#cdfcab
a light, electric green · cool · closest name: khaki
RGB
205, 252, 171
HSL
95°, 93%, 83%
CMYK
19, 0, 32, 1
Luminance
0.8554
Every format
| HEX | #cdfcab |
| RGB | rgb(205, 252, 171) |
| HSL | hsl(95, 93%, 83%) |
| CMYK | cmyk(19%, 0%, 32%, 1%) |
| LAB | lab(94.1 -28.9 34.0) |
| LCH | lch(94.1 44.6 130.3) |
| OKLCH | oklch(0.939 0.116 132.7) |
Copy-ready code
/* CSS */
color: #cdfcab;
background-color: #cdfcab;
/* Tailwind (arbitrary) */
class="text-[#cdfcab] bg-[#cdfcab]"
/* SCSS */
$brand: #cdfcab;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.671)
/* Android */
Color.parseColor("#cdfcab")Accessibility — WCAG contrast
Aa
#cdfcab on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcab on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue67.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow32.1%
Key (black)1.2%
Color previews
#cdfcab text on a black background
contrast 18.11:1
Card sample
#cdfcab text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcab;
Background color
Panel with #cdfcab background
background-color: #cdfcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcab; background: linear-gradient(135deg, #cdfcab, #ABFCBF);