#cdfba3
a light, electric green · cool · closest name: khaki
RGB
205, 251, 163
HSL
91°, 92%, 81%
CMYK
18, 0, 35, 2
Luminance
0.8462
Every format
| HEX | #cdfba3 |
| RGB | rgb(205, 251, 163) |
| HSL | hsl(91, 92%, 81%) |
| CMYK | cmyk(18%, 0%, 35%, 2%) |
| LAB | lab(93.7 -29.5 37.5) |
| LCH | lch(93.7 47.7 128.2) |
| OKLCH | oklch(0.935 0.123 130.9) |
Copy-ready code
/* CSS */
color: #cdfba3;
background-color: #cdfba3;
/* Tailwind (arbitrary) */
class="text-[#cdfba3] bg-[#cdfba3]"
/* SCSS */
$brand: #cdfba3;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.639)
/* Android */
Color.parseColor("#cdfba3")Accessibility — WCAG contrast
Aa
#cdfba3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfba3 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue63.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow35.1%
Key (black)1.6%
Color previews
#cdfba3 text on a black background
contrast 17.92:1
Card sample
#cdfba3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfba3;
Background color
Panel with #cdfba3 background
background-color: #cdfba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfba3; background: linear-gradient(135deg, #cdfba3, #A3FBB4);