#99fbc0
a light, electric green · cool · closest name: aquamarine
RGB
153, 251, 192
HSL
144°, 93%, 79%
CMYK
39, 0, 24, 2
Luminance
0.7957
Every format
| HEX | #99fbc0 |
| RGB | rgb(153, 251, 192) |
| HSL | hsl(144, 93%, 79%) |
| CMYK | cmyk(39%, 0%, 24%, 2%) |
| LAB | lab(91.5 -41.3 19.4) |
| LCH | lch(91.5 45.6 154.9) |
| OKLCH | oklch(0.912 0.124 156.5) |
Copy-ready code
/* CSS */
color: #99fbc0;
background-color: #99fbc0;
/* Tailwind (arbitrary) */
class="text-[#99fbc0] bg-[#99fbc0]"
/* SCSS */
$brand: #99fbc0;
/* SwiftUI */
Color(red: 0.600, green: 0.984, blue: 0.753)
/* Android */
Color.parseColor("#99fbc0")Accessibility — WCAG contrast
Aa
#99fbc0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99fbc0 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green98.4%
Blue75.3%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow23.5%
Key (black)1.6%
Color previews
#99fbc0 text on a black background
contrast 16.91:1
Card sample
#99fbc0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99fbc0;
Background color
Panel with #99fbc0 background
background-color: #99fbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99fbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 251, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 251, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99fbc0; background: linear-gradient(135deg, #99fbc0, #99F5FB);