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