#cdfaa0
a light, electric green · cool · closest name: khaki
RGB
205, 250, 160
HSL
90°, 90%, 80%
CMYK
18, 0, 36, 2
Luminance
0.8389
Every format
| HEX | #cdfaa0 |
| RGB | rgb(205, 250, 160) |
| HSL | hsl(90, 90%, 80%) |
| CMYK | cmyk(18%, 0%, 36%, 2%) |
| LAB | lab(93.4 -29.4 38.6) |
| LCH | lch(93.4 48.5 127.4) |
| OKLCH | oklch(0.933 0.125 130.1) |
Copy-ready code
/* CSS */
color: #cdfaa0;
background-color: #cdfaa0;
/* Tailwind (arbitrary) */
class="text-[#cdfaa0] bg-[#cdfaa0]"
/* SCSS */
$brand: #cdfaa0;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.627)
/* Android */
Color.parseColor("#cdfaa0")Accessibility — WCAG contrast
Aa
#cdfaa0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaa0 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue62.7%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow36.0%
Key (black)2.0%
Color previews
#cdfaa0 text on a black background
contrast 17.78:1
Card sample
#cdfaa0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaa0;
Background color
Panel with #cdfaa0 background
background-color: #cdfaa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaa0; background: linear-gradient(135deg, #cdfaa0, #A0FAAF);