#c9fdbf
a pale, electric green · cool · closest name: aquamarine
RGB
201, 253, 191
HSL
110°, 94%, 87%
CMYK
21, 0, 25, 1
Luminance
0.8643
Every format
| HEX | #c9fdbf |
| RGB | rgb(201, 253, 191) |
| HSL | hsl(110, 94%, 87%) |
| CMYK | cmyk(21%, 0%, 25%, 1%) |
| LAB | lab(94.5 -27.7 24.4) |
| LCH | lch(94.5 37.0 138.6) |
| OKLCH | oklch(0.943 0.098 140.5) |
Copy-ready code
/* CSS */
color: #c9fdbf;
background-color: #c9fdbf;
/* Tailwind (arbitrary) */
class="text-[#c9fdbf] bg-[#c9fdbf]"
/* SCSS */
$brand: #c9fdbf;
/* SwiftUI */
Color(red: 0.788, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#c9fdbf")Accessibility — WCAG contrast
Aa
#c9fdbf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fdbf on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.2%
Blue74.9%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#c9fdbf text on a black background
contrast 18.29:1
Card sample
#c9fdbf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fdbf;
Background color
Panel with #c9fdbf background
background-color: #c9fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fdbf; background: linear-gradient(135deg, #c9fdbf, #BFFDDE);