Skip to content

#1ebdb5

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

RGB
30, 189, 181
HSL
177°, 73%, 43%
CMYK
84, 0, 4, 26
Luminance
0.4001

At a glance

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

Hex
#1ebdb5
Hue
177°
cyan
Saturation
73%
vivid
Lightness
43%
dark
Brightness
74%
HSV value
Perceived
62%
weighted brightness
Luminance
0.4001
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
9.00:1
Closest name
Light Sea Green
ΔE2000 3
Where it sits
Hue177° of 360°
Saturation73%
Lightness43%
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#1ebdb5
RGBrgb(30, 189, 181)
HSLhsl(177, 73%, 43%)
CMYKcmyk(84%, 0%, 4%, 26%)
LABlab(69.5 -39.5 -6.9)
LCHlch(69.5 40.1 190.0)
OKLCHoklch(0.722 0.120 189.3)
Decimal2014645
Display P3color(display-p3 0.118 0.741 0.710)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#1ebdb5 on white: 2.33:1
AA ✗ fail · AA-large · AAA
Aa
#1ebdb5 on black: 9.00:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B2B2B5
deuteranopia · #9DA3B6
tritanopia · #00C2BA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #1ebdb5 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
#9EF0EC
#6EE8E2
#3DE0D8
#22D3CA
#1ebdb5
#168D87
#146662
#0D403D
Base = 700Lightest = 50 · #F3FCFBDarkest = 950 · #0D403D
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F8F7;
  --brand-200: #C9F3F1;
  --brand-300: #9EF0EC;
  --brand-400: #6EE8E2;
  --brand-500: #3DE0D8;
  --brand-600: #22D3CA;
  --brand-700: #1ebdb5;
  --brand-800: #168D87;
  --brand-900: #146662;
  --brand-950: #0D403D;
  --brand: #1ebdb5;
  --brand-ink: #000000;
}

Colors that work with #1ebdb5

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#C11A4C
Second voice, not a rival
Dark variant#116E69
Hover, pressed, headers
Light variant#E9FCFB
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 #1ebdb5

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#BD1E26
Analogous left#1EBD65
Analogous right#1E75BD
Split-complement 1#BD1E75
Split-complement 2#BD651E
Triadic 1#B51EBD
Triadic 2#BDB51E
Tetradic#651EBD

RGB percentages

Red11.8%
Green74.1%
Blue71.0%

CMYK percentages

Cyan84.1%
Magenta0.0%
Yellow4.2%
Key (black)25.9%

Color previews

#1ebdb5 text on a black background

contrast 9.00:1

Card sample

#1ebdb5 text on a white background

contrast 2.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #1ebdb5

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.

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

#1ebdb5, answered

What color is #1ebdb5?

#1ebdb5 is a dark vivid cyan, closest to Light Sea Green (ΔE2000 3). It sits at 177° on the hue wheel with 73% saturation and 43% lightness, which reads as cool.

What is the RGB value of #1ebdb5?

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

Is #1ebdb5 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4001 and perceived brightness is 62%, so black text on it reaches 9.00:1.

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

Black. It scores 9.00:1 against #1ebdb5, versus 2.33:1 for white — AAA at any size.

What is the complementary color of #1ebdb5?

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

What colors go well with #1ebdb5?

For interface work: #F4FAFA as the surface, #C0EDEA for borders, #4B9B97 for secondary text, #C11A4C as an accent and #116E69 for hover and pressed states. For a palette, the analogous pair #1EBD65 and #1E75BD stays calm, while #BD1E26 is the loudest partner.

What is #1ebdb5 in CMYK for printing?

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

Is #1ebdb5 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 #1EBD7B; nudged cooler, #1C92BF.

Work with #1ebdb5 in the Color Lab