#cdfaa3
a light, electric green · cool · closest name: khaki
RGB
205, 250, 163
HSL
91°, 90%, 81%
CMYK
18, 0, 35, 2
Luminance
0.8399
Every format
| HEX | #cdfaa3 |
| RGB | rgb(205, 250, 163) |
| HSL | hsl(91, 90%, 81%) |
| CMYK | cmyk(18%, 0%, 35%, 2%) |
| LAB | lab(93.5 -29.1 37.1) |
| LCH | lch(93.5 47.2 128.0) |
| OKLCH | oklch(0.933 0.122 130.7) |
Copy-ready code
/* CSS */
color: #cdfaa3;
background-color: #cdfaa3;
/* Tailwind (arbitrary) */
class="text-[#cdfaa3] bg-[#cdfaa3]"
/* SCSS */
$brand: #cdfaa3;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.639)
/* Android */
Color.parseColor("#cdfaa3")Accessibility — WCAG contrast
Aa
#cdfaa3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaa3 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue63.9%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow34.8%
Key (black)2.0%
Color previews
#cdfaa3 text on a black background
contrast 17.80:1
Card sample
#cdfaa3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaa3;
Background color
Panel with #cdfaa3 background
background-color: #cdfaa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaa3; background: linear-gradient(135deg, #cdfaa3, #A3FAB3);