#cdffcf
a pale, electric green · cool · closest name: beige
RGB
205, 255, 207
HSL
122°, 100%, 90%
CMYK
20, 0, 19, 0
Luminance
0.8900
Every format
| HEX | #cdffcf |
| RGB | rgb(205, 255, 207) |
| HSL | hsl(122, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 19%, 0%) |
| LAB | lab(95.6 -24.8 17.8) |
| LCH | lch(95.6 30.5 144.2) |
| OKLCH | oklch(0.953 0.082 145.9) |
Copy-ready code
/* CSS */
color: #cdffcf;
background-color: #cdffcf;
/* Tailwind (arbitrary) */
class="text-[#cdffcf] bg-[#cdffcf]"
/* SCSS */
$brand: #cdffcf;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#cdffcf")Accessibility — WCAG contrast
Aa
#cdffcf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffcf on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue81.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#cdffcf text on a black background
contrast 18.80:1
Card sample
#cdffcf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffcf;
Background color
Panel with #cdffcf background
background-color: #cdffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffcf; background: linear-gradient(135deg, #cdffcf, #CDFFF0);