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