#cdfedb
a pale, electric green · cool · closest name: beige
RGB
205, 254, 219
HSL
137°, 96%, 90%
CMYK
19, 0, 14, 0
Luminance
0.8898
Every format
| HEX | #cdfedb |
| RGB | rgb(205, 254, 219) |
| HSL | hsl(137, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 14%, 0%) |
| LAB | lab(95.6 -22.2 11.7) |
| LCH | lch(95.6 25.1 152.3) |
| OKLCH | oklch(0.954 0.069 153.9) |
Copy-ready code
/* CSS */
color: #cdfedb;
background-color: #cdfedb;
/* Tailwind (arbitrary) */
class="text-[#cdfedb] bg-[#cdfedb]"
/* SCSS */
$brand: #cdfedb;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.859)
/* Android */
Color.parseColor("#cdfedb")Accessibility — WCAG contrast
Aa
#cdfedb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfedb on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue85.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow13.8%
Key (black)0.4%
Color previews
#cdfedb text on a black background
contrast 18.80:1
Card sample
#cdfedb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfedb;
Background color
Panel with #cdfedb background
background-color: #cdfedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfedb; background: linear-gradient(135deg, #cdfedb, #CDFEFC);