Skip to content

#1d9da2

a dark, vivid cyan · cool · closest name: Cadet Blue

RGB
29, 157, 162
HSL
182°, 70%, 38%
CMYK
82, 3, 0, 37
Luminance
0.2698

At a glance

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

Hex
#1d9da2
Hue
182°
cyan
Saturation
70%
vivid
Lightness
38%
dark
Brightness
64%
HSV value
Perceived
52%
weighted brightness
Luminance
0.2698
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
6.40:1
Closest name
Cadet Blue
ΔE2000 5.8
Where it sits
Hue182° of 360°
Saturation70%
Lightness38%
Temperature
Warm ← → Cool88% 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#1d9da2
RGBrgb(29, 157, 162)
HSLhsl(182, 70%, 38%)
CMYKcmyk(82%, 3%, 0%, 37%)
LABlab(59.0 -30.3 -12.0)
LCHlch(59.0 32.6 201.7)
OKLCHoklch(0.635 0.102 199.1)
Decimal1940898
Display P3color(display-p3 0.114 0.616 0.635)

Copy-ready code

/* CSS */
color: #1d9da2;
background-color: #1d9da2;
/* Tailwind (arbitrary) */
class="text-[#1d9da2] bg-[#1d9da2]"
/* SCSS */
$brand: #1d9da2;
/* SwiftUI */
Color(red: 0.114, green: 0.616, blue: 0.635)
/* Android */
Color.parseColor("#1d9da2")
/* Flutter */
Color(0xFF1D9DA2)
/* Python / OpenCV (BGR) */
(162, 157, 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 #1d9da2 · 6.40:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.28:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.40:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #1d9da2 as text scores 3.28:1 on white and 6.40:1 on black.

Accessibility — WCAG contrast

Aa
#1d9da2 on white: 3.28:1
AA ✗ fail · AA-large · AAA
Aa
#1d9da2 on black: 6.40:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9195A3
deuteranopia · #7F88A3
tritanopia · #00A39E

Color scale — 50 to 950

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

#F3FBFC
#E7F7F8
#CAF1F2
#A0EBEE
#70E1E5
#41D7DD
#25C9D0
#1d9da2
#19868A
#166164
#0E3D3F
Base = 700Lightest = 50 · #F3FBFCDarkest = 950 · #0E3D3F
:root {
  --brand-50: #F3FBFC;
  --brand-100: #E7F7F8;
  --brand-200: #CAF1F2;
  --brand-300: #A0EBEE;
  --brand-400: #70E1E5;
  --brand-500: #41D7DD;
  --brand-600: #25C9D0;
  --brand-700: #1d9da2;
  --brand-800: #19868A;
  --brand-900: #166164;
  --brand-950: #0E3D3F;
  --brand: #1d9da2;
  --brand-ink: #000000;
}

Colors that work with #1d9da2

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#C0EBED
Hairlines and dividers
Muted text#4B989B
Captions on the surface
Accent#A61937
Second voice, not a rival
Dark variant#13696C
Hover, pressed, headers
Light variant#E9FAFB
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 #1d9da2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • 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#A2221D
Analogous left#1DA265
Analogous right#1D5BA2
Split-complement 1#A21D5B
Split-complement 2#A2651D
Triadic 1#A21D9D
Triadic 2#9DA21D
Tetradic#651DA2

RGB percentages

Red11.4%
Green61.6%
Blue63.5%

CMYK percentages

Cyan82.1%
Magenta3.1%
Yellow0.0%
Key (black)36.5%

Color previews

#1d9da2 text on a black background

contrast 6.40:1

Card sample

#1d9da2 text on a white background

contrast 3.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #1d9da2

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.

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

#1d9da2, answered

What color is #1d9da2?

#1d9da2 is a dark vivid cyan, closest to Cadet Blue (ΔE2000 5.8). It sits at 182° on the hue wheel with 70% saturation and 38% lightness, which reads as cool.

What is the RGB value of #1d9da2?

rgb(29, 157, 162) — 29 red, 157 green and 162 blue out of 255, or 11.4% / 61.6% / 63.5% by channel.

Is #1d9da2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2698 and perceived brightness is 52%, so black text on it reaches 6.40:1.

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

Black. It scores 6.40:1 against #1d9da2, versus 3.28:1 for white — AA at any size.

What is the complementary color of #1d9da2?

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

What colors go well with #1d9da2?

For interface work: #F4FAFA as the surface, #C0EBED for borders, #4B989B for secondary text, #A61937 as an accent and #13696C for hover and pressed states. For a palette, the analogous pair #1DA265 and #1D5BA2 stays calm, while #A2221D is the loudest partner.

What is #1d9da2 in CMYK for printing?

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

Is #1d9da2 warm or cool?

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

Work with #1d9da2 in the Color Lab