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