#c9fdba
a pale, electric green · cool · closest name: aquamarine
RGB
201, 253, 186
HSL
107°, 94%, 86%
CMYK
21, 0, 27, 1
Luminance
0.8621
Every format
| HEX | #c9fdba |
| RGB | rgb(201, 253, 186) |
| HSL | hsl(107, 94%, 86%) |
| CMYK | cmyk(21%, 0%, 27%, 1%) |
| LAB | lab(94.4 -28.5 26.8) |
| LCH | lch(94.4 39.2 136.7) |
| OKLCH | oklch(0.942 0.103 138.8) |
Copy-ready code
/* CSS */
color: #c9fdba;
background-color: #c9fdba;
/* Tailwind (arbitrary) */
class="text-[#c9fdba] bg-[#c9fdba]"
/* SCSS */
$brand: #c9fdba;
/* SwiftUI */
Color(red: 0.788, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#c9fdba")Accessibility — WCAG contrast
Aa
#c9fdba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fdba on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.2%
Blue72.9%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#c9fdba text on a black background
contrast 18.24:1
Card sample
#c9fdba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fdba;
Background color
Panel with #c9fdba background
background-color: #c9fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fdba; background: linear-gradient(135deg, #c9fdba, #BAFDD8);