#cdfab7
a light, electric green · cool · closest name: khaki
RGB
205, 250, 183
HSL
100°, 87%, 85%
CMYK
18, 0, 27, 2
Luminance
0.8477
Every format
| HEX | #cdfab7 |
| RGB | rgb(205, 250, 183) |
| HSL | hsl(100, 87%, 85%) |
| CMYK | cmyk(18%, 0%, 27%, 2%) |
| LAB | lab(93.8 -26.2 27.6) |
| LCH | lch(93.8 38.0 133.6) |
| OKLCH | oklch(0.937 0.100 135.6) |
Copy-ready code
/* CSS */
color: #cdfab7;
background-color: #cdfab7;
/* Tailwind (arbitrary) */
class="text-[#cdfab7] bg-[#cdfab7]"
/* SCSS */
$brand: #cdfab7;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.718)
/* Android */
Color.parseColor("#cdfab7")Accessibility — WCAG contrast
Aa
#cdfab7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfab7 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue71.8%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow26.8%
Key (black)2.0%
Color previews
#cdfab7 text on a black background
contrast 17.95:1
Card sample
#cdfab7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfab7;
Background color
Panel with #cdfab7 background
background-color: #cdfab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfab7; background: linear-gradient(135deg, #cdfab7, #B7FACE);