#99e5b2
a light, vivid green · cool · closest name: aquamarine
RGB
153, 229, 178
HSL
140°, 59%, 75%
CMYK
33, 0, 22, 10
Luminance
0.6603
Every format
| HEX | #99e5b2 |
| RGB | rgb(153, 229, 178) |
| HSL | hsl(140, 59%, 75%) |
| CMYK | cmyk(33%, 0%, 22%, 10%) |
| LAB | lab(85.0 -34.0 17.6) |
| LCH | lch(85.0 38.2 152.7) |
| OKLCH | oklch(0.859 0.104 154.3) |
Copy-ready code
/* CSS */
color: #99e5b2;
background-color: #99e5b2;
/* Tailwind (arbitrary) */
class="text-[#99e5b2] bg-[#99e5b2]"
/* SCSS */
$brand: #99e5b2;
/* SwiftUI */
Color(red: 0.600, green: 0.898, blue: 0.698)
/* Android */
Color.parseColor("#99e5b2")Accessibility — WCAG contrast
Aa
#99e5b2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99e5b2 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green89.8%
Blue69.8%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow22.3%
Key (black)10.2%
Color previews
#99e5b2 text on a black background
contrast 14.21:1
Card sample
#99e5b2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99e5b2;
Background color
Panel with #99e5b2 background
background-color: #99e5b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99e5b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 229, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 229, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99e5b2; background: linear-gradient(135deg, #99e5b2, #99E5E5);