#cdfaa6
a light, electric green · cool · closest name: khaki
RGB
205, 250, 166
HSL
92°, 89%, 82%
CMYK
18, 0, 34, 2
Luminance
0.8410
Every format
| HEX | #cdfaa6 |
| RGB | rgb(205, 250, 166) |
| HSL | hsl(92, 89%, 82%) |
| CMYK | cmyk(18%, 0%, 34%, 2%) |
| LAB | lab(93.5 -28.6 35.7) |
| LCH | lch(93.5 45.8 128.7) |
| OKLCH | oklch(0.934 0.118 131.3) |
Copy-ready code
/* CSS */
color: #cdfaa6;
background-color: #cdfaa6;
/* Tailwind (arbitrary) */
class="text-[#cdfaa6] bg-[#cdfaa6]"
/* SCSS */
$brand: #cdfaa6;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.651)
/* Android */
Color.parseColor("#cdfaa6")Accessibility — WCAG contrast
Aa
#cdfaa6 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaa6 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue65.1%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow33.6%
Key (black)2.0%
Color previews
#cdfaa6 text on a black background
contrast 17.82:1
Card sample
#cdfaa6 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaa6;
Background color
Panel with #cdfaa6 background
background-color: #cdfaa6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaa6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaa6; background: linear-gradient(135deg, #cdfaa6, #A6FAB7);