Skip to content

#0ef1b5

a balanced, electric cyan · cool · closest name: Medium Spring Green

RGB
14, 241, 181
HSL
164°, 89%, 50%
CMYK
94, 0, 25, 6
Luminance
0.6634

At a glance

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

Hex
#0ef1b5
Hue
164°
cyan
Saturation
89%
electric
Lightness
50%
balanced
Brightness
95%
HSV value
Perceived
76%
weighted brightness
Luminance
0.6634
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
14.27:1
Closest name
Medium Spring Green
ΔE2000 6.6
Where it sits
Hue164° of 360°
Saturation89%
Lightness50%
Temperature
Warm ← → Cool81% 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#0ef1b5
RGBrgb(14, 241, 181)
HSLhsl(164, 89%, 50%)
CMYKcmyk(94%, 0%, 25%, 6%)
LABlab(85.2 -61.5 15.7)
LCHlch(85.2 63.4 165.7)
OKLCHoklch(0.851 0.174 166.7)
Decimal979381
Display P3color(display-p3 0.055 0.945 0.710)

Copy-ready code

/* CSS */
color: #0ef1b5;
background-color: #0ef1b5;
/* Tailwind (arbitrary) */
class="text-[#0ef1b5] bg-[#0ef1b5]"
/* SCSS */
$brand: #0ef1b5;
/* SwiftUI */
Color(red: 0.055, green: 0.945, blue: 0.710)
/* Android */
Color.parseColor("#0ef1b5")
/* Flutter */
Color(0xFF0EF1B5)
/* Python / OpenCV (BGR) */
(181, 241, 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 #0ef1b5 · 14.27:1
Use #000000AAA at every size.
Aa
White text · 1.47:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.27:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0ef1b5 as text scores 1.47:1 on white and 14.27:1 on black.

Accessibility — WCAG contrast

Aa
#0ef1b5 on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#0ef1b5 on black: 14.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EBDFB2
deuteranopia · #D3CEB9
tritanopia · #00F2E0

Color scale — 50 to 950

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

#F2FDFA
#E5FBF5
#C4F8EA
#95F9DE
#60F6CE
#2BF3BE
#0ef1b5
#0BC191
#099A74
#0B6F55
#074635
Base = 600Lightest = 50 · #F2FDFADarkest = 950 · #074635
:root {
  --brand-50: #F2FDFA;
  --brand-100: #E5FBF5;
  --brand-200: #C4F8EA;
  --brand-300: #95F9DE;
  --brand-400: #60F6CE;
  --brand-500: #2BF3BE;
  --brand-600: #0ef1b5;
  --brand-700: #0BC191;
  --brand-800: #099A74;
  --brand-900: #0B6F55;
  --brand-950: #074635;
  --brand: #0ef1b5;
  --brand-ink: #000000;
}

Colors that work with #0ef1b5

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#C0EDE1
Hairlines and dividers
Muted text#4B9B86
Captions on the surface
Accent#F60983
Second voice, not a rival
Dark variant#07785A
Hover, pressed, headers
Light variant#E7FEF8
Selected rows, tints
Dark surface#142420
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 #0ef1b5

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#F10E4A
Analogous left#0EF143
Analogous right#0EBCF1
Split-complement 1#F10EBC
Split-complement 2#F1430E
Triadic 1#B50EF1
Triadic 2#F1B50E
Tetradic#430EF1

RGB percentages

Red5.5%
Green94.5%
Blue71.0%

CMYK percentages

Cyan94.2%
Magenta0.0%
Yellow24.9%
Key (black)5.5%

Color previews

#0ef1b5 text on a black background

contrast 14.27:1

Card sample

#0ef1b5 text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0ef1b5

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.

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

#0ef1b5, answered

What color is #0ef1b5?

#0ef1b5 is a balanced electric cyan, closest to Medium Spring Green (ΔE2000 6.6). It sits at 164° on the hue wheel with 89% saturation and 50% lightness, which reads as cool.

What is the RGB value of #0ef1b5?

rgb(14, 241, 181) — 14 red, 241 green and 181 blue out of 255, or 5.5% / 94.5% / 71% by channel.

Is #0ef1b5 a light or a dark color?

It is a light color. Relative luminance is 0.6634 and perceived brightness is 76%, so black text on it reaches 14.27:1.

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

Black. It scores 14.27:1 against #0ef1b5, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #0ef1b5?

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

What colors go well with #0ef1b5?

For interface work: #F4FAF9 as the surface, #C0EDE1 for borders, #4B9B86 for secondary text, #F60983 as an accent and #07785A for hover and pressed states. For a palette, the analogous pair #0EF143 and #0EBCF1 stays calm, while #F10E4A is the loudest partner.

What is #0ef1b5 in CMYK for printing?

cmyk(94%, 0%, 25%, 6%). 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 #0ef1b5 warm or cool?

Cool — it scores 81 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0EF162; nudged cooler, #0BDCF4.

Work with #0ef1b5 in the Color Lab