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