Skip to content

#0eb3c8

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

RGB
14, 179, 200
HSL
187°, 87%, 42%
CMYK
93, 11, 0, 22
Luminance
0.3650

At a glance

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

Hex
#0eb3c8
Hue
187°
cyan
Saturation
87%
electric
Lightness
42%
dark
Brightness
78%
HSV value
Perceived
60%
weighted brightness
Luminance
0.3650
WCAG relative
Temperature
Cool
90/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
8.30:1
Closest name
Cadet Blue
ΔE2000 9.6
Where it sits
Hue187° of 360°
Saturation87%
Lightness42%
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#0eb3c8
RGBrgb(14, 179, 200)
HSLhsl(187, 87%, 42%)
CMYKcmyk(93%, 11%, 0%, 22%)
LABlab(66.9 -29.8 -21.3)
LCHlch(66.9 36.6 215.5)
OKLCHoklch(0.703 0.120 209.7)
Decimal963528
Display P3color(display-p3 0.055 0.702 0.784)

Copy-ready code

/* CSS */
color: #0eb3c8;
background-color: #0eb3c8;
/* Tailwind (arbitrary) */
class="text-[#0eb3c8] bg-[#0eb3c8]"
/* SCSS */
$brand: #0eb3c8;
/* SwiftUI */
Color(red: 0.055, green: 0.702, blue: 0.784)
/* Android */
Color.parseColor("#0eb3c8")
/* Flutter */
Color(0xFF0EB3C8)
/* Python / OpenCV (BGR) */
(200, 179, 14)

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 #0eb3c8 · 8.30:1
Use #000000AAA at every size.
Aa
White text · 2.53:1
AA fail · AA large fail · AAA fail
Aa
Black text · 8.30:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0eb3c8 as text scores 2.53:1 on white and 8.30:1 on black.

Accessibility — WCAG contrast

Aa
#0eb3c8 on white: 2.53:1
AA ✗ fail · AA-large · AAA
Aa
#0eb3c8 on black: 8.30:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A1ACC9
deuteranopia · #8B9CC8
tritanopia · #00BCB9

Color scale — 50 to 950

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

#F2FBFD
#E5F8FA
#C4F2F7
#96EDF8
#62E3F4
#2DDAF0
#10CDE5
#0eb3c8
#0B8899
#0C636E
#083E45
Base = 700Lightest = 50 · #F2FBFDDarkest = 950 · #083E45
:root {
  --brand-50: #F2FBFD;
  --brand-100: #E5F8FA;
  --brand-200: #C4F2F7;
  --brand-300: #96EDF8;
  --brand-400: #62E3F4;
  --brand-500: #2DDAF0;
  --brand-600: #10CDE5;
  --brand-700: #0eb3c8;
  --brand-800: #0B8899;
  --brand-900: #0C636E;
  --brand-950: #083E45;
  --brand: #0eb3c8;
  --brand-ink: #000000;
}

Colors that work with #0eb3c8

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#4B929B
Captions on the surface
Accent#CC0A24
Second voice, not a rival
Dark variant#086B77
Hover, pressed, headers
Light variant#E7FBFD
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 #0eb3c8

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#C8230E
Analogous left#0EC880
Analogous right#0E56C8
Split-complement 1#C80E56
Split-complement 2#C8800E
Triadic 1#C80EB3
Triadic 2#B3C80E
Tetradic#800EC8

RGB percentages

Red5.5%
Green70.2%
Blue78.4%

CMYK percentages

Cyan93.0%
Magenta10.5%
Yellow0.0%
Key (black)21.6%

Color previews

#0eb3c8 text on a black background

contrast 8.30:1

Card sample

#0eb3c8 text on a white background

contrast 2.53:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #0eb3c8;
Background color
Panel with #0eb3c8 background
background-color: #0eb3c8;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #0eb3c8;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(14, 179, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 179, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb3c8;
background: linear-gradient(135deg, #0eb3c8, #0E37C8);

Monochromatic scale

Palettes built from #0eb3c8

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.

#0eb3c8 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.

#0eb3c8, answered

What color is #0eb3c8?

#0eb3c8 is a dark electric cyan, closest to Cadet Blue (ΔE2000 9.6). It sits at 187° on the hue wheel with 87% saturation and 42% lightness, which reads as cool.

What is the RGB value of #0eb3c8?

rgb(14, 179, 200) — 14 red, 179 green and 200 blue out of 255, or 5.5% / 70.2% / 78.4% by channel.

Is #0eb3c8 a light or a dark color?

It is a mid-tone. Relative luminance is 0.3650 and perceived brightness is 60%, so black text on it reaches 8.30:1.

Should I use black or white text on #0eb3c8?

Black. It scores 8.30:1 against #0eb3c8, versus 2.53:1 for white — AAA at any size.

What is the complementary color of #0eb3c8?

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

What colors go well with #0eb3c8?

For interface work: #F4FAFA as the surface, #C0E8ED for borders, #4B929B for secondary text, #CC0A24 as an accent and #086B77 for hover and pressed states. For a palette, the analogous pair #0EC880 and #0E56C8 stays calm, while #C8230E is the loudest partner.

What is #0eb3c8 in CMYK for printing?

cmyk(93%, 11%, 0%, 22%). 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 #0eb3c8 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 #0EC899; nudged cooler, #0C8CCA.

Work with #0eb3c8 in the Color Lab