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