Skip to content

#1ddf9f

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

RGB
29, 223, 159
HSL
160°, 77%, 49%
CMYK
87, 0, 29, 13
Luminance
0.5554

At a glance

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

Hex
#1ddf9f
Hue
160°
cyan
Saturation
77%
electric
Lightness
49%
balanced
Brightness
87%
HSV value
Perceived
71%
weighted brightness
Luminance
0.5554
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
12.11:1
Closest name
Medium Spring Green
ΔE2000 7.4
Where it sits
Hue160° of 360°
Saturation77%
Lightness49%
Temperature
Warm ← → Cool79% 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#1ddf9f
RGBrgb(29, 223, 159)
HSLhsl(160, 77%, 49%)
CMYKcmyk(87%, 0%, 29%, 13%)
LABlab(79.3 -59.0 19.1)
LCHlch(79.3 62.0 162.1)
OKLCHoklch(0.801 0.168 163.2)
Decimal1957791
Display P3color(display-p3 0.114 0.875 0.624)

Copy-ready code

/* CSS */
color: #1ddf9f;
background-color: #1ddf9f;
/* Tailwind (arbitrary) */
class="text-[#1ddf9f] bg-[#1ddf9f]"
/* SCSS */
$brand: #1ddf9f;
/* SwiftUI */
Color(red: 0.114, green: 0.875, blue: 0.624)
/* Android */
Color.parseColor("#1ddf9f")
/* Flutter */
Color(0xFF1DDF9F)
/* Python / OpenCV (BGR) */
(159, 223, 29)

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

Accessibility — WCAG contrast

Aa
#1ddf9f on white: 1.73:1
AA ✗ fail · AA-large · AAA
Aa
#1ddf9f on black: 12.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DBCE9B
deuteranopia · #C5BEA3
tritanopia · #00DFCE

Color scale — 50 to 950

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

#F3FCF9
#E7F9F3
#C7F4E5
#9CF2D6
#6AECC1
#38E5AC
#1ddf9f
#17B581
#139067
#12694C
#0B412F
Base = 600Lightest = 50 · #F3FCF9Darkest = 950 · #0B412F
:root {
  --brand-50: #F3FCF9;
  --brand-100: #E7F9F3;
  --brand-200: #C7F4E5;
  --brand-300: #9CF2D6;
  --brand-400: #6AECC1;
  --brand-500: #38E5AC;
  --brand-600: #1ddf9f;
  --brand-700: #17B581;
  --brand-800: #139067;
  --brand-900: #12694C;
  --brand-950: #0B412F;
  --brand: #1ddf9f;
  --brand-ink: #000000;
}

Colors that work with #1ddf9f

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#F4FAF8
Tinted page background
Border#C0EDDE
Hairlines and dividers
Muted text#4B9B80
Captions on the surface
Accent#E4188E
Second voice, not a rival
Dark variant#0F7150
Hover, pressed, headers
Light variant#E8FCF6
Selected rows, tints
Dark surface#14241F
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 #1ddf9f

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#DF1D5D
Analogous left#1DDF3E
Analogous right#1DBEDF
Split-complement 1#DF1DBE
Split-complement 2#DF3E1D
Triadic 1#9F1DDF
Triadic 2#DF9F1D
Tetradic#3E1DDF

RGB percentages

Red11.4%
Green87.5%
Blue62.4%

CMYK percentages

Cyan87.0%
Magenta0.0%
Yellow28.7%
Key (black)12.5%

Color previews

#1ddf9f text on a black background

contrast 12.11:1

Card sample

#1ddf9f text on a white background

contrast 1.73:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(29, 223, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 223, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ddf9f;
background: linear-gradient(135deg, #1ddf9f, #1D9EDF);

Monochromatic scale

Palettes built from #1ddf9f

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.

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

#1ddf9f, answered

What color is #1ddf9f?

#1ddf9f is a balanced electric cyan, closest to Medium Spring Green (ΔE2000 7.4). It sits at 160° on the hue wheel with 77% saturation and 49% lightness, which reads as cool.

What is the RGB value of #1ddf9f?

rgb(29, 223, 159) — 29 red, 223 green and 159 blue out of 255, or 11.4% / 87.5% / 62.4% by channel.

Is #1ddf9f a light or a dark color?

It is a light color. Relative luminance is 0.5554 and perceived brightness is 71%, so black text on it reaches 12.11:1.

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

Black. It scores 12.11:1 against #1ddf9f, versus 1.73:1 for white — AAA at any size.

What is the complementary color of #1ddf9f?

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

What colors go well with #1ddf9f?

For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B80 for secondary text, #E4188E as an accent and #0F7150 for hover and pressed states. For a palette, the analogous pair #1DDF3E and #1DBEDF stays calm, while #DF1D5D is the loudest partner.

What is #1ddf9f in CMYK for printing?

cmyk(87%, 0%, 29%, 13%). 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 #1ddf9f warm or cool?

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

Work with #1ddf9f in the Color Lab