#c9fdbc
a pale, electric green · cool · closest name: aquamarine
RGB
201, 253, 188
HSL
108°, 94%, 87%
CMYK
21, 0, 26, 1
Luminance
0.8630
Every format
| HEX | #c9fdbc |
| RGB | rgb(201, 253, 188) |
| HSL | hsl(108, 94%, 87%) |
| CMYK | cmyk(21%, 0%, 26%, 1%) |
| LAB | lab(94.4 -28.2 25.9) |
| LCH | lch(94.4 38.3 137.5) |
| OKLCH | oklch(0.942 0.101 139.4) |
Copy-ready code
/* CSS */
color: #c9fdbc;
background-color: #c9fdbc;
/* Tailwind (arbitrary) */
class="text-[#c9fdbc] bg-[#c9fdbc]"
/* SCSS */
$brand: #c9fdbc;
/* SwiftUI */
Color(red: 0.788, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#c9fdbc")Accessibility — WCAG contrast
Aa
#c9fdbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fdbc on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.2%
Blue73.7%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#c9fdbc text on a black background
contrast 18.26:1
Card sample
#c9fdbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fdbc;
Background color
Panel with #c9fdbc background
background-color: #c9fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fdbc; background: linear-gradient(135deg, #c9fdbc, #BCFDDA);