#99fdba
a light, electric green · cool · closest name: aquamarine
RGB
153, 253, 186
HSL
140°, 96%, 80%
CMYK
40, 0, 27, 1
Luminance
0.8057
Every format
| HEX | #99fdba |
| RGB | rgb(153, 253, 186) |
| HSL | hsl(140, 96%, 80%) |
| CMYK | cmyk(40%, 0%, 27%, 1%) |
| LAB | lab(91.9 -43.3 23.1) |
| LCH | lch(91.9 49.1 152.0) |
| OKLCH | oklch(0.915 0.132 153.7) |
Copy-ready code
/* CSS */
color: #99fdba;
background-color: #99fdba;
/* Tailwind (arbitrary) */
class="text-[#99fdba] bg-[#99fdba]"
/* SCSS */
$brand: #99fdba;
/* SwiftUI */
Color(red: 0.600, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#99fdba")Accessibility — WCAG contrast
Aa
#99fdba on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99fdba on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#99fdba text on a black background
contrast 17.11:1
Card sample
#99fdba text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99fdba;
Background color
Panel with #99fdba background
background-color: #99fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99fdba; background: linear-gradient(135deg, #99fdba, #99FDFD);