#99f6d5
a light, electric green · cool · closest name: aquamarine
RGB
153, 246, 213
HSL
159°, 84%, 78%
CMYK
38, 0, 13, 4
Luminance
0.7749
Every format
| HEX | #99f6d5 |
| RGB | rgb(153, 246, 213) |
| HSL | hsl(159, 84%, 78%) |
| CMYK | cmyk(38%, 0%, 13%, 4%) |
| LAB | lab(90.5 -34.9 7.2) |
| LCH | lch(90.5 35.6 168.3) |
| OKLCH | oklch(0.906 0.101 169.4) |
Copy-ready code
/* CSS */
color: #99f6d5;
background-color: #99f6d5;
/* Tailwind (arbitrary) */
class="text-[#99f6d5] bg-[#99f6d5]"
/* SCSS */
$brand: #99f6d5;
/* SwiftUI */
Color(red: 0.600, green: 0.965, blue: 0.835)
/* Android */
Color.parseColor("#99f6d5")Accessibility — WCAG contrast
Aa
#99f6d5 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99f6d5 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green96.5%
Blue83.5%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow13.4%
Key (black)3.5%
Color previews
#99f6d5 text on a black background
contrast 16.50:1
Card sample
#99f6d5 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99f6d5;
Background color
Panel with #99f6d5 background
background-color: #99f6d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99f6d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 246, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 246, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99f6d5; background: linear-gradient(135deg, #99f6d5, #99D9F6);