#cdfaab
a light, electric green · cool · closest name: khaki
RGB
205, 250, 171
HSL
94°, 89%, 83%
CMYK
18, 0, 32, 2
Luminance
0.8429
Every format
| HEX | #cdfaab |
| RGB | rgb(205, 250, 171) |
| HSL | hsl(94, 89%, 83%) |
| CMYK | cmyk(18%, 0%, 32%, 2%) |
| LAB | lab(93.6 -28.0 33.3) |
| LCH | lch(93.6 43.5 130.0) |
| OKLCH | oklch(0.935 0.113 132.4) |
Copy-ready code
/* CSS */
color: #cdfaab;
background-color: #cdfaab;
/* Tailwind (arbitrary) */
class="text-[#cdfaab] bg-[#cdfaab]"
/* SCSS */
$brand: #cdfaab;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.671)
/* Android */
Color.parseColor("#cdfaab")Accessibility — WCAG contrast
Aa
#cdfaab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaab on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue67.1%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow31.6%
Key (black)2.0%
Color previews
#cdfaab text on a black background
contrast 17.86:1
Card sample
#cdfaab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaab;
Background color
Panel with #cdfaab background
background-color: #cdfaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaab; background: linear-gradient(135deg, #cdfaab, #ABFABE);