Spiro Disco Ball (#0FC0FC)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.11:1 — vs black: 9.97:1

Color values

  • HEX #0FC0FC
  • RGB rgb(15, 192, 252)
  • HSL hsl(195, 97%, 52%)
  • CMYK cmyk( 94, 24, 0, 1 )
  • Websafe #00CCFF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #0FC0FC based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Spiro Disco Ball
#0FC0FC Base
#FC4B0F
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Spiro Disco Ball
#0FC0FC Base
#0FFCC2
#0F49FC
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Spiro Disco Ball
#0FC0FC Base
Shocking Pink
#FC0FC0
#C0FC0F
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Spiro Disco Ball
#0FC0FC Base
#FC0F49
#FCC20F
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Spiro Disco Ball
#0FC0FC Base
#C20FFC
#FC4B0F
#49FC0F
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Spiro Disco Ball
#0FC0FC Base
#015471
#028DBC
#03A8DF
#37CBFD
#5BD4FD
#A6E8FE
Shades & Tints

Darker shades and lighter tints of Spiro Disco Ball, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#001319
#013749
#025A79
#027EA8
#03A2D8
Spiro Disco Ball #0FC0FC Base
#3ACBFD
#65D7FD
#90E2FE
#BBEDFE
#E6F8FF
CSS & SCSS Snippets

Ready-to-use code snippets for #0FC0FC. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #0FC0FC;
}

/* Text */
.element {
    color: #0FC0FC;
}

/* Border */
.element {
    border: 1px solid #0FC0FC;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #0FC0FC,
        #FC4B0F
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #0FC0FC,
        #FC4B0F
    );
}
SCSS Variable
// SCSS variable
$spiro-disco-ball: #0FC0FC;

// With RGB channels (useful for rgba() usage)
$spiro-disco-ball-r: 15;
$spiro-disco-ball-g: 192;
$spiro-disco-ball-b: 252;

// Usage
.element {
    background-color: $spiro-disco-ball;
    color: rgba($spiro-disco-ball-r, $spiro-disco-ball-g, $spiro-disco-ball-b, 0.8);
}
Color Blindness Simulation

How Spiro Disco Ball appears to people with different types of color vision deficiency.

Normal Vision #0FC0FC How the color appears with full color vision.
Deuteranopia #A5A5FD Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #B6B6FC Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #00C9C9 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B3B3B3 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Spiro Disco Ball ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Spiro Disco Ball #0FC0FC Base
Deep Sky Blue #00BFFF ΔE 0.95
Cyan (process) #00B7EB ΔE 3.10
Vivid Sky Blue #00CCFF ΔE 4.19
Picton Blue #45B1E8 ΔE 4.60

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.