#cdffc9
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 201
HSL
116°, 100%, 89%
CMYK
20, 0, 21, 0
Luminance
0.8872
Every format
| HEX | #cdffc9 |
| RGB | rgb(205, 255, 201) |
| HSL | hsl(116, 100%, 89%) |
| CMYK | cmyk(20%, 0%, 21%, 0%) |
| LAB | lab(95.5 -25.8 20.7) |
| LCH | lch(95.5 33.0 141.2) |
| OKLCH | oklch(0.952 0.088 142.9) |
Copy-ready code
/* CSS */
color: #cdffc9;
background-color: #cdffc9;
/* Tailwind (arbitrary) */
class="text-[#cdffc9] bg-[#cdffc9]"
/* SCSS */
$brand: #cdffc9;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.788)
/* Android */
Color.parseColor("#cdffc9")Accessibility — WCAG contrast
Aa
#cdffc9 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffc9 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue78.8%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow21.2%
Key (black)0.0%
Color previews
#cdffc9 text on a black background
contrast 18.74:1
Card sample
#cdffc9 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffc9;
Background color
Panel with #cdffc9 background
background-color: #cdffc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffc9; background: linear-gradient(135deg, #cdffc9, #C9FFE9);