#cdfbab
a light, electric green · cool · closest name: khaki
RGB
205, 251, 171
HSL
95°, 91%, 83%
CMYK
18, 0, 32, 2
Luminance
0.8491
Every format
| HEX | #cdfbab |
| RGB | rgb(205, 251, 171) |
| HSL | hsl(95, 91%, 83%) |
| CMYK | cmyk(18%, 0%, 32%, 2%) |
| LAB | lab(93.8 -28.4 33.7) |
| LCH | lch(93.8 44.1 130.2) |
| OKLCH | oklch(0.937 0.114 132.6) |
Copy-ready code
/* CSS */
color: #cdfbab;
background-color: #cdfbab;
/* Tailwind (arbitrary) */
class="text-[#cdfbab] bg-[#cdfbab]"
/* SCSS */
$brand: #cdfbab;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#cdfbab")Accessibility — WCAG contrast
Aa
#cdfbab on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbab on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue67.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#cdfbab text on a black background
contrast 17.98:1
Card sample
#cdfbab text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbab;
Background color
Panel with #cdfbab background
background-color: #cdfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbab; background: linear-gradient(135deg, #cdfbab, #ABFBBE);