#9cddbf
a light, vivid green · cool · closest name: aquamarine
RGB
156, 221, 191
HSL
152°, 49%, 74%
CMYK
29, 0, 14, 13
Luminance
0.6254
Every format
| HEX | #9cddbf |
| RGB | rgb(156, 221, 191) |
| HSL | hsl(152, 49%, 74%) |
| CMYK | cmyk(29%, 0%, 14%, 13%) |
| LAB | lab(83.2 -26.8 8.2) |
| LCH | lch(83.2 28.0 163.0) |
| OKLCH | oklch(0.845 0.078 164.3) |
Copy-ready code
/* CSS */
color: #9cddbf;
background-color: #9cddbf;
/* Tailwind (arbitrary) */
class="text-[#9cddbf] bg-[#9cddbf]"
/* SCSS */
$brand: #9cddbf;
/* SwiftUI */
Color(red: 0.612, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#9cddbf")Accessibility — WCAG contrast
Aa
#9cddbf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cddbf on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.7%
Blue74.9%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#9cddbf text on a black background
contrast 13.51:1
Card sample
#9cddbf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cddbf;
Background color
Panel with #9cddbf background
background-color: #9cddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cddbf; background: linear-gradient(135deg, #9cddbf, #9CD0DD);