#9adbc9
a light, vivid cyan · cool · closest name: turquoise
RGB
154, 219, 201
HSL
163°, 47%, 73%
CMYK
30, 0, 8, 14
Luminance
0.6175
Every format
| HEX | #9adbc9 |
| RGB | rgb(154, 219, 201) |
| HSL | hsl(163, 47%, 73%) |
| CMYK | cmyk(30%, 0%, 8%, 14%) |
| LAB | lab(82.8 -24.3 2.3) |
| LCH | lch(82.8 24.4 174.6) |
| OKLCH | oklch(0.843 0.071 175.4) |
Copy-ready code
/* CSS */
color: #9adbc9;
background-color: #9adbc9;
/* Tailwind (arbitrary) */
class="text-[#9adbc9] bg-[#9adbc9]"
/* SCSS */
$brand: #9adbc9;
/* SwiftUI */
Color(red: 0.604, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#9adbc9")Accessibility — WCAG contrast
Aa
#9adbc9 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adbc9 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green85.9%
Blue78.8%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#9adbc9 text on a black background
contrast 13.35:1
Card sample
#9adbc9 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adbc9;
Background color
Panel with #9adbc9 background
background-color: #9adbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adbc9; background: linear-gradient(135deg, #9adbc9, #9AC2DB);