#99fdac
a light, electric green · cool · closest name: aquamarine
RGB
153, 253, 172
HSL
131°, 96%, 80%
CMYK
40, 0, 32, 1
Luminance
0.8000
Every format
| HEX | #99fdac |
| RGB | rgb(153, 253, 172) |
| HSL | hsl(131, 96%, 80%) |
| CMYK | cmyk(40%, 0%, 32%, 1%) |
| LAB | lab(91.7 -45.7 29.8) |
| LCH | lch(91.7 54.6 146.9) |
| OKLCH | oklch(0.912 0.145 149.0) |
Copy-ready code
/* CSS */
color: #99fdac;
background-color: #99fdac;
/* Tailwind (arbitrary) */
class="text-[#99fdac] bg-[#99fdac]"
/* SCSS */
$brand: #99fdac;
/* SwiftUI */
Color(red: 0.600, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#99fdac")Accessibility — WCAG contrast
Aa
#99fdac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99fdac on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green99.2%
Blue67.5%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#99fdac text on a black background
contrast 17.00:1
Card sample
#99fdac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99fdac;
Background color
Panel with #99fdac background
background-color: #99fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99fdac; background: linear-gradient(135deg, #99fdac, #99FDEF);