Skip to content

#08c2b2

a dark, electric cyan · cool · closest name: Light Sea Green

RGB
8, 194, 178
HSL
175°, 92%, 40%
CMYK
96, 0, 8, 24
Luminance
0.4185

At a glance

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

Hex
#08c2b2
Hue
175°
cyan
Saturation
92%
electric
Lightness
40%
dark
Brightness
76%
HSV value
Perceived
63%
weighted brightness
Luminance
0.4185
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
9.37:1
Closest name
Light Sea Green
ΔE2000 5
Where it sits
Hue175° of 360°
Saturation92%
Lightness40%
Temperature
Warm ← → Cool85% 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#08c2b2
RGBrgb(8, 194, 178)
HSLhsl(175, 92%, 40%)
CMYKcmyk(96%, 0%, 8%, 24%)
LABlab(70.8 -43.6 -3.4)
LCHlch(70.8 43.7 184.5)
OKLCHoklch(0.732 0.129 184.4)
Decimal574130
Display P3color(display-p3 0.031 0.761 0.698)

Copy-ready code

/* CSS */
color: #08c2b2;
background-color: #08c2b2;
/* Tailwind (arbitrary) */
class="text-[#08c2b2] bg-[#08c2b2]"
/* SCSS */
$brand: #08c2b2;
/* SwiftUI */
Color(red: 0.031, green: 0.761, blue: 0.698)
/* Android */
Color.parseColor("#08c2b2")
/* Flutter */
Color(0xFF08C2B2)
/* Python / OpenCV (BGR) */
(178, 194, 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 #08c2b2 · 9.37:1
Use #000000AAA at every size.
Aa
White text · 2.24:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.37:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #08c2b2 as text scores 2.24:1 on white and 9.37:1 on black.

Accessibility — WCAG contrast

Aa
#08c2b2 on white: 2.24:1
AA ✗ fail · AA-large · AAA
Aa
#08c2b2 on black: 9.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B8B6B1
deuteranopia · #A2A7B4
tritanopia · #00C6BD

Color scale — 50 to 950

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

#F2FDFC
#E4FBF9
#C3F9F4
#93FBF2
#5DF8EB
#27F6E4
#0AEBD8
#08c2b2
#069D90
#097168
#064741
Base = 700Lightest = 50 · #F2FDFCDarkest = 950 · #064741
:root {
  --brand-50: #F2FDFC;
  --brand-100: #E4FBF9;
  --brand-200: #C3F9F4;
  --brand-300: #93FBF2;
  --brand-400: #5DF8EB;
  --brand-500: #27F6E4;
  --brand-600: #0AEBD8;
  --brand-700: #08c2b2;
  --brand-800: #069D90;
  --brand-900: #097168;
  --brand-950: #064741;
  --brand: #08c2b2;
  --brand-ink: #000000;
}

Colors that work with #08c2b2

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#F4FAFA
Tinted page background
Border#C0EDE9
Hairlines and dividers
Muted text#4B9B94
Captions on the surface
Accent#C60445
Second voice, not a rival
Dark variant#057A70
Hover, pressed, headers
Light variant#E7FEFC
Selected rows, tints
Dark surface#142423
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 #08c2b2

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
  • Headers, footers and dark-mode surfaces
  • 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
  • Black text placed on it
  • 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#C20818
Analogous left#08C255
Analogous right#0875C2
Split-complement 1#C20875
Split-complement 2#C25508
Triadic 1#B208C2
Triadic 2#C2B208
Tetradic#5508C2

RGB percentages

Red3.1%
Green76.1%
Blue69.8%

CMYK percentages

Cyan95.9%
Magenta0.0%
Yellow8.2%
Key (black)23.9%

Color previews

#08c2b2 text on a black background

contrast 9.37:1

Card sample

#08c2b2 text on a white background

contrast 2.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(8, 194, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 194, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c2b2;
background: linear-gradient(135deg, #08c2b2, #0856C2);

Monochromatic scale

Palettes built from #08c2b2

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.

#08c2b2 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.

#08c2b2, answered

What color is #08c2b2?

#08c2b2 is a dark electric cyan, closest to Light Sea Green (ΔE2000 5). It sits at 175° on the hue wheel with 92% saturation and 40% lightness, which reads as cool.

What is the RGB value of #08c2b2?

rgb(8, 194, 178) — 8 red, 194 green and 178 blue out of 255, or 3.1% / 76.1% / 69.8% by channel.

Is #08c2b2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4185 and perceived brightness is 63%, so black text on it reaches 9.37:1.

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

Black. It scores 9.37:1 against #08c2b2, versus 2.24:1 for white — AAA at any size.

What is the complementary color of #08c2b2?

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

What colors go well with #08c2b2?

For interface work: #F4FAFA as the surface, #C0EDE9 for borders, #4B9B94 for secondary text, #C60445 as an accent and #057A70 for hover and pressed states. For a palette, the analogous pair #08C255 and #0875C2 stays calm, while #C20818 is the loudest partner.

What is #08c2b2 in CMYK for printing?

cmyk(96%, 0%, 8%, 24%). 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 #08c2b2 warm or cool?

Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #08C26E; nudged cooler, #0697C4.

Work with #08c2b2 in the Color Lab