Skip to content

#08b2c4

a dark, electric cyan · cool · closest name: Cadet Blue

RGB
8, 178, 196
HSL
186°, 92%, 40%
CMYK
96, 9, 0, 23
Luminance
0.3588

At a glance

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

Hex
#08b2c4
Hue
186°
cyan
Saturation
92%
electric
Lightness
40%
dark
Brightness
77%
HSV value
Perceived
59%
weighted brightness
Luminance
0.3588
WCAG relative
Temperature
Cool
90/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
8.18:1
Closest name
Cadet Blue
ΔE2000 9
Where it sits
Hue186° of 360°
Saturation92%
Lightness40%
Temperature
Warm ← → Cool90% 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#08b2c4
RGBrgb(8, 178, 196)
HSLhsl(186, 92%, 40%)
CMYKcmyk(96%, 9%, 0%, 23%)
LABlab(66.4 -30.8 -19.8)
LCHlch(66.4 36.6 212.8)
OKLCHoklch(0.699 0.119 207.6)
Decimal570052
Display P3color(display-p3 0.031 0.698 0.769)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#08b2c4 on white: 2.57:1
AA ✗ fail · AA-large · AAA
Aa
#08b2c4 on black: 8.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A1ABC5
deuteranopia · #8B9BC4
tritanopia · #00BBB7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #08b2c4 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.

#F2FCFD
#E4F9FB
#C3F4F9
#93F1FB
#5DEAF8
#27E3F6
#0AD6EB
#08b2c4
#068F9D
#096771
#064147
Base = 700Lightest = 50 · #F2FCFDDarkest = 950 · #064147
:root {
  --brand-50: #F2FCFD;
  --brand-100: #E4F9FB;
  --brand-200: #C3F4F9;
  --brand-300: #93F1FB;
  --brand-400: #5DEAF8;
  --brand-500: #27E3F6;
  --brand-600: #0AD6EB;
  --brand-700: #08b2c4;
  --brand-800: #068F9D;
  --brand-900: #096771;
  --brand-950: #064147;
  --brand: #08b2c4;
  --brand-ink: #000000;
}

Colors that work with #08b2c4

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#C0E8ED
Hairlines and dividers
Muted text#4B939B
Captions on the surface
Accent#C80422
Second voice, not a rival
Dark variant#056F7B
Hover, pressed, headers
Light variant#E6FCFE
Selected rows, tints
Dark surface#142324
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 #08b2c4

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#C41A08
Analogous left#08C478
Analogous right#0854C4
Split-complement 1#C40854
Split-complement 2#C47808
Triadic 1#C408B2
Triadic 2#B2C408
Tetradic#7808C4

RGB percentages

Red3.1%
Green69.8%
Blue76.9%

CMYK percentages

Cyan95.9%
Magenta9.2%
Yellow0.0%
Key (black)23.1%

Color previews

#08b2c4 text on a black background

contrast 8.18:1

Card sample

#08b2c4 text on a white background

contrast 2.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #08b2c4

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.

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

#08b2c4, answered

What color is #08b2c4?

#08b2c4 is a dark electric cyan, closest to Cadet Blue (ΔE2000 9). It sits at 186° on the hue wheel with 92% saturation and 40% lightness, which reads as cool.

What is the RGB value of #08b2c4?

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

Is #08b2c4 a light or a dark color?

It is a mid-tone. Relative luminance is 0.3588 and perceived brightness is 59%, so black text on it reaches 8.18:1.

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

Black. It scores 8.18:1 against #08b2c4, versus 2.57:1 for white — AAA at any size.

What is the complementary color of #08b2c4?

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

What colors go well with #08b2c4?

For interface work: #F4FAFA as the surface, #C0E8ED for borders, #4B939B for secondary text, #C80422 as an accent and #056F7B for hover and pressed states. For a palette, the analogous pair #08C478 and #0854C4 stays calm, while #C41A08 is the loudest partner.

What is #08b2c4 in CMYK for printing?

cmyk(96%, 9%, 0%, 23%). 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 #08b2c4 warm or cool?

Cool — it scores 90 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #08C491; nudged cooler, #068AC6.

Work with #08b2c4 in the Color Lab