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