#99e6b3
a light, vivid green · cool · closest name: aquamarine
RGB
153, 230, 179
HSL
140°, 61%, 75%
CMYK
34, 0, 22, 10
Luminance
0.6662
Every format
| HEX | #99e6b3 |
| RGB | rgb(153, 230, 179) |
| HSL | hsl(140, 61%, 75%) |
| CMYK | cmyk(34%, 0%, 22%, 10%) |
| LAB | lab(85.3 -34.2 17.5) |
| LCH | lch(85.3 38.4 153.0) |
| OKLCH | oklch(0.861 0.104 154.6) |
Copy-ready code
/* CSS */
color: #99e6b3;
background-color: #99e6b3;
/* Tailwind (arbitrary) */
class="text-[#99e6b3] bg-[#99e6b3]"
/* SCSS */
$brand: #99e6b3;
/* SwiftUI */
Color(red: 0.600, green: 0.902, blue: 0.702)
/* Android */
Color.parseColor("#99e6b3")Accessibility — WCAG contrast
Aa
#99e6b3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99e6b3 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green90.2%
Blue70.2%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow22.2%
Key (black)9.8%
Color previews
#99e6b3 text on a black background
contrast 14.32:1
Card sample
#99e6b3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99e6b3;
Background color
Panel with #99e6b3 background
background-color: #99e6b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99e6b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 230, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 230, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99e6b3; background: linear-gradient(135deg, #99e6b3, #99E6E6);