Skip to content

#1eb5ad

a dark, vivid cyan · cool · “Light Sea Green”

RGB
30, 181, 173
HSL
177°, 72%, 41%
CMYK
83, 0, 4, 29
Luminance
0.3634

At a glance

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

Hex
#1eb5ad
Hue
177°
cyan
Saturation
72%
vivid
Lightness
41%
dark
Brightness
71%
HSV value
Perceived
59%
weighted brightness
Luminance
0.3634
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
8.27:1
Closest name
Light Sea Green
ΔE2000 0.8
Where it sits
Hue177° of 360°
Saturation72%
Lightness41%
Temperature
Warm ← → Cool86% 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#1eb5ad
RGBrgb(30, 181, 173)
HSLhsl(177, 72%, 41%)
CMYKcmyk(83%, 0%, 4%, 29%)
LABlab(66.8 -38.2 -6.5)
LCHlch(66.8 38.7 189.7)
OKLCHoklch(0.700 0.116 189.1)
Decimal2012589
Display P3color(display-p3 0.118 0.710 0.678)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#1eb5ad on white: 2.54:1
AA ✗ fail · AA-large · AAA
Aa
#1eb5ad on black: 8.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AAABAD
deuteranopia · #969CAE
tritanopia · #00BAB2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #1eb5ad 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
#E7F8F7
#C9F3F1
#9FEFEB
#6FE7E1
#3EDFD7
#23D2C9
#1eb5ad
#178C86
#156661
#0D3F3D
Base = 700Lightest = 50 · #F3FCFBDarkest = 950 · #0D3F3D
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F8F7;
  --brand-200: #C9F3F1;
  --brand-300: #9FEFEB;
  --brand-400: #6FE7E1;
  --brand-500: #3EDFD7;
  --brand-600: #23D2C9;
  --brand-700: #1eb5ad;
  --brand-800: #178C86;
  --brand-900: #156661;
  --brand-950: #0D3F3D;
  --brand: #1eb5ad;
  --brand-ink: #000000;
}

Colors that work with #1eb5ad

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#C0EDEA
Hairlines and dividers
Muted text#4B9B97
Captions on the surface
Accent#B91A4A
Second voice, not a rival
Dark variant#126D69
Hover, pressed, headers
Light variant#E9FBFA
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 #1eb5ad

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#B51E26
Analogous left#1EB562
Analogous right#1E72B5
Split-complement 1#B51E72
Split-complement 2#B5621E
Triadic 1#AD1EB5
Triadic 2#B5AD1E
Tetradic#621EB5

RGB percentages

Red11.8%
Green71.0%
Blue67.8%

CMYK percentages

Cyan83.4%
Magenta0.0%
Yellow4.4%
Key (black)29.0%

Color previews

#1eb5ad text on a black background

contrast 8.27:1

Card sample

#1eb5ad text on a white background

contrast 2.54:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #1eb5ad

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.

#1eb5ad 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.

#1eb5ad, answered

What color is #1eb5ad?

#1eb5ad is a dark vivid cyan — the CSS keyword Light Sea Green. It sits at 177° on the hue wheel with 72% saturation and 41% lightness, which reads as cool.

What is the RGB value of #1eb5ad?

rgb(30, 181, 173) — 30 red, 181 green and 173 blue out of 255, or 11.8% / 71% / 67.8% by channel.

Is #1eb5ad a light or a dark color?

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

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

Black. It scores 8.27:1 against #1eb5ad, versus 2.54:1 for white — AAA at any size.

What is the complementary color of #1eb5ad?

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

What colors go well with #1eb5ad?

For interface work: #F4FAFA as the surface, #C0EDEA for borders, #4B9B97 for secondary text, #B91A4A as an accent and #126D69 for hover and pressed states. For a palette, the analogous pair #1EB562 and #1E72B5 stays calm, while #B51E26 is the loudest partner.

What is #1eb5ad in CMYK for printing?

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

Is #1eb5ad warm or cool?

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

Work with #1eb5ad in the Color Lab