#cdffd4
a pale, electric green · cool · closest name: beige
RGB
205, 255, 212
HSL
128°, 100%, 90%
CMYK
20, 0, 17, 0
Luminance
0.8925
Every format
| HEX | #cdffd4 |
| RGB | rgb(205, 255, 212) |
| HSL | hsl(128, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 17%, 0%) |
| LAB | lab(95.7 -23.9 15.4) |
| LCH | lch(95.7 28.4 147.2) |
| OKLCH | oklch(0.954 0.077 148.8) |
Copy-ready code
/* CSS */
color: #cdffd4;
background-color: #cdffd4;
/* Tailwind (arbitrary) */
class="text-[#cdffd4] bg-[#cdffd4]"
/* SCSS */
$brand: #cdffd4;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.831)
/* Android */
Color.parseColor("#cdffd4")Accessibility — WCAG contrast
Aa
#cdffd4 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffd4 on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue83.1%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow16.9%
Key (black)0.0%
Color previews
#cdffd4 text on a black background
contrast 18.85:1
Card sample
#cdffd4 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffd4;
Background color
Panel with #cdffd4 background
background-color: #cdffd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffd4; background: linear-gradient(135deg, #cdffd4, #CDFFF5);