#cdffaa
a light, electric green · cool · closest name: khaki
RGB
205, 255, 170
HSL
95°, 100%, 83%
CMYK
20, 0, 33, 0
Luminance
0.8740
Every format
| HEX | #cdffaa |
| RGB | rgb(205, 255, 170) |
| HSL | hsl(95, 100%, 83%) |
| CMYK | cmyk(20%, 0%, 33%, 0%) |
| LAB | lab(94.9 -30.4 35.6) |
| LCH | lch(94.9 46.8 130.5) |
| OKLCH | oklch(0.945 0.121 133.1) |
Copy-ready code
/* CSS */
color: #cdffaa;
background-color: #cdffaa;
/* Tailwind (arbitrary) */
class="text-[#cdffaa] bg-[#cdffaa]"
/* SCSS */
$brand: #cdffaa;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.667)
/* Android */
Color.parseColor("#cdffaa")Accessibility — WCAG contrast
Aa
#cdffaa on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffaa on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue66.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow33.3%
Key (black)0.0%
Color previews
#cdffaa text on a black background
contrast 18.48:1
Card sample
#cdffaa text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffaa;
Background color
Panel with #cdffaa background
background-color: #cdffaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffaa; background: linear-gradient(135deg, #cdffaa, #AAFFC0);