#99dfba
a light, vivid green · cool · closest name: aquamarine
RGB
153, 223, 186
HSL
148°, 52%, 74%
CMYK
31, 0, 17, 13
Luminance
0.6309
Every format
| HEX | #99dfba |
| RGB | rgb(153, 223, 186) |
| HSL | hsl(148, 52%, 74%) |
| CMYK | cmyk(31%, 0%, 17%, 13%) |
| LAB | lab(83.5 -29.6 11.2) |
| LCH | lch(83.5 31.7 159.2) |
| OKLCH | oklch(0.847 0.088 160.7) |
Copy-ready code
/* CSS */
color: #99dfba;
background-color: #99dfba;
/* Tailwind (arbitrary) */
class="text-[#99dfba] bg-[#99dfba]"
/* SCSS */
$brand: #99dfba;
/* SwiftUI */
Color(red: 0.600, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#99dfba")Accessibility — WCAG contrast
Aa
#99dfba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99dfba on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#99dfba text on a black background
contrast 13.62:1
Card sample
#99dfba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99dfba;
Background color
Panel with #99dfba background
background-color: #99dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99dfba; background: linear-gradient(135deg, #99dfba, #99D5DF);