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