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