#9adbbf
a light, vivid green · cool · closest name: turquoise
RGB
154, 219, 191
HSL
154°, 47%, 73%
CMYK
30, 0, 13, 14
Luminance
0.6129
Every format
| HEX | #9adbbf |
| RGB | rgb(154, 219, 191) |
| HSL | hsl(154, 47%, 73%) |
| CMYK | cmyk(30%, 0%, 13%, 14%) |
| LAB | lab(82.5 -26.4 7.2) |
| LCH | lch(82.5 27.4 164.7) |
| OKLCH | oklch(0.840 0.077 166.0) |
Copy-ready code
/* CSS */
color: #9adbbf;
background-color: #9adbbf;
/* Tailwind (arbitrary) */
class="text-[#9adbbf] bg-[#9adbbf]"
/* SCSS */
$brand: #9adbbf;
/* SwiftUI */
Color(red: 0.604, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#9adbbf")Accessibility — WCAG contrast
Aa
#9adbbf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adbbf on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green85.9%
Blue74.9%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#9adbbf text on a black background
contrast 13.26:1
Card sample
#9adbbf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adbbf;
Background color
Panel with #9adbbf background
background-color: #9adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adbbf; background: linear-gradient(135deg, #9adbbf, #9ACCDB);