Skip to content

#1eb0ae

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

RGB
30, 176, 174
HSL
179°, 71%, 40%
CMYK
83, 0, 1, 31
Luminance
0.3438

At a glance

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

Hex
#1eb0ae
Hue
179°
cyan
Saturation
71%
vivid
Lightness
40%
dark
Brightness
69%
HSV value
Perceived
58%
weighted brightness
Luminance
0.3438
WCAG relative
Temperature
Cool
87/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
7.88:1
Closest name
Light Sea Green
ΔE2000 2.3
Where it sits
Hue179° of 360°
Saturation71%
Lightness40%
Temperature
Warm ← → Cool87% 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#1eb0ae
RGBrgb(30, 176, 174)
HSLhsl(179, 71%, 40%)
CMYKcmyk(83%, 0%, 1%, 31%)
LABlab(65.3 -35.6 -9.3)
LCHlch(65.3 36.8 194.7)
OKLCHoklch(0.687 0.113 193.4)
Decimal2011310
Display P3color(display-p3 0.118 0.690 0.682)

Copy-ready code

/* CSS */
color: #1eb0ae;
background-color: #1eb0ae;
/* Tailwind (arbitrary) */
class="text-[#1eb0ae] bg-[#1eb0ae]"
/* SCSS */
$brand: #1eb0ae;
/* SwiftUI */
Color(red: 0.118, green: 0.690, blue: 0.682)
/* Android */
Color.parseColor("#1eb0ae")
/* Flutter */
Color(0xFF1EB0AE)
/* Python / OpenCV (BGR) */
(174, 176, 30)

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

Accessibility — WCAG contrast

Aa
#1eb0ae on white: 2.67:1
AA ✗ fail · AA-large · AAA
Aa
#1eb0ae on black: 7.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A4A7AE
deuteranopia · #9198AF
tritanopia · #00B6AF

Color scale — 50 to 950

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

#F3FCFB
#E7F8F8
#C9F3F2
#9FEFEE
#6FE7E5
#3FDEDC
#24D1CF
#1eb0ae
#188B8A
#156564
#0D3F3F
Base = 700Lightest = 50 · #F3FCFBDarkest = 950 · #0D3F3F
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F8F8;
  --brand-200: #C9F3F2;
  --brand-300: #9FEFEE;
  --brand-400: #6FE7E5;
  --brand-500: #3FDEDC;
  --brand-600: #24D1CF;
  --brand-700: #1eb0ae;
  --brand-800: #188B8A;
  --brand-900: #156564;
  --brand-950: #0D3F3F;
  --brand: #1eb0ae;
  --brand-ink: #000000;
}

Colors that work with #1eb0ae

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#C0EDEC
Hairlines and dividers
Muted text#4B9B9A
Captions on the surface
Accent#B41A42
Second voice, not a rival
Dark variant#136D6C
Hover, pressed, headers
Light variant#E9FBFB
Selected rows, tints
Dark surface#142424
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 #1eb0ae

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#B01E20
Analogous left#1EB065
Analogous right#1E69B0
Split-complement 1#B01E69
Split-complement 2#B0651E
Triadic 1#AE1EB0
Triadic 2#B0AE1E
Tetradic#651EB0

RGB percentages

Red11.8%
Green69.0%
Blue68.2%

CMYK percentages

Cyan83.0%
Magenta0.0%
Yellow1.1%
Key (black)31.0%

Color previews

#1eb0ae text on a black background

contrast 7.88:1

Card sample

#1eb0ae text on a white background

contrast 2.67:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #1eb0ae;
Background color
Panel with #1eb0ae background
background-color: #1eb0ae;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #1eb0ae;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(30, 176, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 176, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb0ae;
background: linear-gradient(135deg, #1eb0ae, #1E51B0);

Monochromatic scale

Palettes built from #1eb0ae

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.

#1eb0ae 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

Converts to four-color process without much drama. Proof it anyway.

#1eb0ae, answered

What color is #1eb0ae?

#1eb0ae is a dark vivid cyan, closest to Light Sea Green (ΔE2000 2.3). It sits at 179° on the hue wheel with 71% saturation and 40% lightness, which reads as cool.

What is the RGB value of #1eb0ae?

rgb(30, 176, 174) — 30 red, 176 green and 174 blue out of 255, or 11.8% / 69% / 68.2% by channel.

Is #1eb0ae a light or a dark color?

It is a mid-tone. Relative luminance is 0.3438 and perceived brightness is 58%, so black text on it reaches 7.88:1.

Should I use black or white text on #1eb0ae?

Black. It scores 7.88:1 against #1eb0ae, versus 2.67:1 for white — AAA at any size.

What is the complementary color of #1eb0ae?

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

What colors go well with #1eb0ae?

For interface work: #F4FAFA as the surface, #C0EDEC for borders, #4B9B9A for secondary text, #B41A42 as an accent and #136D6C for hover and pressed states. For a palette, the analogous pair #1EB065 and #1E69B0 stays calm, while #B01E20 is the loudest partner.

What is #1eb0ae in CMYK for printing?

cmyk(83%, 0%, 1%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #1eb0ae warm or cool?

Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #1EB079; nudged cooler, #1C86B2.

Work with #1eb0ae in the Color Lab