#cdfcaf
a light, electric green · cool · closest name: khaki
RGB
205, 252, 175
HSL
97°, 93%, 84%
CMYK
19, 0, 31, 1
Luminance
0.8570
Every format
| HEX | #cdfcaf |
| RGB | rgb(205, 252, 175) |
| HSL | hsl(97, 93%, 84%) |
| CMYK | cmyk(19%, 0%, 31%, 1%) |
| LAB | lab(94.2 -28.3 32.1) |
| LCH | lch(94.2 42.8 131.4) |
| OKLCH | oklch(0.940 0.112 133.7) |
Copy-ready code
/* CSS */
color: #cdfcaf;
background-color: #cdfcaf;
/* Tailwind (arbitrary) */
class="text-[#cdfcaf] bg-[#cdfcaf]"
/* SCSS */
$brand: #cdfcaf;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#cdfcaf")Accessibility — WCAG contrast
Aa
#cdfcaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcaf on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue68.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#cdfcaf text on a black background
contrast 18.14:1
Card sample
#cdfcaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcaf;
Background color
Panel with #cdfcaf background
background-color: #cdfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcaf; background: linear-gradient(135deg, #cdfcaf, #AFFCC4);