Skip to content

#08f2c5

a balanced, electric cyan · cool · closest name: Aqua Marine

RGB
8, 242, 197
HSL
169°, 94%, 49%
CMYK
97, 0, 19, 5
Luminance
0.6759

At a glance

Every number on this page in one read: what #08f2c5 is made of, how bright it looks, and which way it leans.

Hex
#08f2c5
Hue
169°
cyan
Saturation
94%
electric
Lightness
49%
balanced
Brightness
95%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6759
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
14.52:1
Closest name
Aqua Marine
ΔE2000 5.7
Where it sits
Hue169° of 360°
Saturation94%
Lightness49%
Temperature
Warm ← → Cool83% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#08f2c5
RGBrgb(8, 242, 197)
HSLhsl(169, 94%, 49%)
CMYKcmyk(97%, 0%, 19%, 5%)
LABlab(85.8 -58.2 8.3)
LCHlch(85.8 58.8 171.9)
OKLCHoklch(0.857 0.164 172.7)
Decimal586437
Display P3color(display-p3 0.031 0.949 0.773)

Copy-ready code

/* CSS */
color: #08f2c5;
background-color: #08f2c5;
/* Tailwind (arbitrary) */
class="text-[#08f2c5] bg-[#08f2c5]"
/* SCSS */
$brand: #08f2c5;
/* SwiftUI */
Color(red: 0.031, green: 0.949, blue: 0.773)
/* Android */
Color.parseColor("#08f2c5")
/* Flutter */
Color(0xFF08F2C5)
/* Python / OpenCV (BGR) */
(197, 242, 8)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #08f2c5 · 14.52:1
Use #000000AAA at every size.
Aa
White text · 1.45:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.52:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #08f2c5 as text scores 1.45:1 on white and 14.52:1 on black.

Accessibility — WCAG contrast

Aa
#08f2c5 on white: 1.45:1
AA ✗ fail · AA-large · AAA
Aa
#08f2c5 on black: 14.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EAE1C3
deuteranopia · #D1CFC8
tritanopia · #00F4E5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #08f2c5 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F2FDFB
#E4FBF7
#C2FAEF
#92FBE7
#5CFADB
#26F8D0
#08f2c5
#07C5A1
#059E81
#08725E
#05473B
Base = 600Lightest = 50 · #F2FDFBDarkest = 950 · #05473B
:root {
  --brand-50: #F2FDFB;
  --brand-100: #E4FBF7;
  --brand-200: #C2FAEF;
  --brand-300: #92FBE7;
  --brand-400: #5CFADB;
  --brand-500: #26F8D0;
  --brand-600: #08f2c5;
  --brand-700: #07C5A1;
  --brand-800: #059E81;
  --brand-900: #08725E;
  --brand-950: #05473B;
  --brand: #08f2c5;
  --brand-ink: #000000;
}

Colors that work with #08f2c5

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAF9
Tinted page background
Border#C0EDE4
Hairlines and dividers
Muted text#4B9B8C
Captions on the surface
Accent#F7036F
Second voice, not a rival
Dark variant#047B65
Hover, pressed, headers
Light variant#E6FEFA
Selected rows, tints
Dark surface#142421
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #08f2c5

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F20835
Analogous left#08F250
Analogous right#08AAF2
Split-complement 1#F208AA
Split-complement 2#F25008
Triadic 1#C508F2
Triadic 2#F2C508
Tetradic#5008F2

RGB percentages

Red3.1%
Green94.9%
Blue77.3%

CMYK percentages

Cyan96.7%
Magenta0.0%
Yellow18.6%
Key (black)5.1%

Color previews

#08f2c5 text on a black background

contrast 14.52:1

Card sample

#08f2c5 text on a white background

contrast 1.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #08f2c5;
Background color
Panel with #08f2c5 background
background-color: #08f2c5;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #08f2c5;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(8, 242, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 242, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f2c5;
background: linear-gradient(135deg, #08f2c5, #0883F2);

Monochromatic scale

Palettes built from #08f2c5

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#08f2c5 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#08f2c5, answered

What color is #08f2c5?

#08f2c5 is a balanced electric cyan, closest to Aqua Marine (ΔE2000 5.7). It sits at 169° on the hue wheel with 94% saturation and 49% lightness, which reads as cool.

What is the RGB value of #08f2c5?

rgb(8, 242, 197) — 8 red, 242 green and 197 blue out of 255, or 3.1% / 94.9% / 77.3% by channel.

Is #08f2c5 a light or a dark color?

It is a light color. Relative luminance is 0.6759 and perceived brightness is 77%, so black text on it reaches 14.52:1.

Should I use black or white text on #08f2c5?

Black. It scores 14.52:1 against #08f2c5, versus 1.45:1 for white — AAA at any size.

What is the complementary color of #08f2c5?

#F20835 sits directly opposite on the wheel. Softer options are the split-complements #F208AA and #F25008, which give the same contrast with far less vibration.

What colors go well with #08f2c5?

For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8C for secondary text, #F7036F as an accent and #047B65 for hover and pressed states. For a palette, the analogous pair #08F250 and #08AAF2 stays calm, while #F20835 is the loudest partner.

What is #08f2c5 in CMYK for printing?

cmyk(97%, 0%, 19%, 5%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #08f2c5 warm or cool?

Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #08F26F; nudged cooler, #05D1F4.

Work with #08f2c5 in the Color Lab