#9adebf
a light, vivid green · cool · closest name: aquamarine
RGB
154, 222, 191
HSL
153°, 51%, 74%
CMYK
31, 0, 14, 13
Luminance
0.6287
Every format
| HEX | #9adebf |
| RGB | rgb(154, 222, 191) |
| HSL | hsl(153, 51%, 74%) |
| CMYK | cmyk(31%, 0%, 14%, 13%) |
| LAB | lab(83.4 -27.8 8.4) |
| LCH | lch(83.4 29.1 163.2) |
| OKLCH | oklch(0.847 0.081 164.5) |
Copy-ready code
/* CSS */
color: #9adebf;
background-color: #9adebf;
/* Tailwind (arbitrary) */
class="text-[#9adebf] bg-[#9adebf]"
/* SCSS */
$brand: #9adebf;
/* SwiftUI */
Color(red: 0.604, green: 0.871, blue: 0.749)
/* Android */
Color.parseColor("#9adebf")Accessibility — WCAG contrast
Aa
#9adebf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adebf on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.1%
Blue74.9%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow14.0%
Key (black)12.9%
Color previews
#9adebf text on a black background
contrast 13.57:1
Card sample
#9adebf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adebf;
Background color
Panel with #9adebf background
background-color: #9adebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 222, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 222, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adebf; background: linear-gradient(135deg, #9adebf, #9AD0DE);