#cdfeb4
a pale, electric green · cool · closest name: khaki
RGB
205, 254, 180
HSL
100°, 97%, 85%
CMYK
19, 0, 29, 0
Luminance
0.8716
Every format
| HEX | #cdfeb4 |
| RGB | rgb(205, 254, 180) |
| HSL | hsl(100, 97%, 85%) |
| CMYK | cmyk(19%, 0%, 29%, 0%) |
| LAB | lab(94.8 -28.6 30.4) |
| LCH | lch(94.8 41.7 133.2) |
| OKLCH | oklch(0.945 0.109 135.3) |
Copy-ready code
/* CSS */
color: #cdfeb4;
background-color: #cdfeb4;
/* Tailwind (arbitrary) */
class="text-[#cdfeb4] bg-[#cdfeb4]"
/* SCSS */
$brand: #cdfeb4;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.706)
/* Android */
Color.parseColor("#cdfeb4")Accessibility — WCAG contrast
Aa
#cdfeb4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfeb4 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue70.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow29.1%
Key (black)0.4%
Color previews
#cdfeb4 text on a black background
contrast 18.43:1
Card sample
#cdfeb4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfeb4;
Background color
Panel with #cdfeb4 background
background-color: #cdfeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfeb4; background: linear-gradient(135deg, #cdfeb4, #B4FECC);