#cdfcb3
a light, electric green · cool · closest name: khaki
RGB
205, 252, 179
HSL
99°, 92%, 85%
CMYK
19, 0, 29, 1
Luminance
0.8585
Every format
| HEX | #cdfcb3 |
| RGB | rgb(205, 252, 179) |
| HSL | hsl(99, 92%, 85%) |
| CMYK | cmyk(19%, 0%, 29%, 1%) |
| LAB | lab(94.3 -27.8 30.2) |
| LCH | lch(94.3 41.0 132.6) |
| OKLCH | oklch(0.941 0.107 134.7) |
Copy-ready code
/* CSS */
color: #cdfcb3;
background-color: #cdfcb3;
/* Tailwind (arbitrary) */
class="text-[#cdfcb3] bg-[#cdfcb3]"
/* SCSS */
$brand: #cdfcb3;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#cdfcb3")Accessibility — WCAG contrast
Aa
#cdfcb3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcb3 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue70.2%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow29.0%
Key (black)1.2%
Color previews
#cdfcb3 text on a black background
contrast 18.17:1
Card sample
#cdfcb3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcb3;
Background color
Panel with #cdfcb3 background
background-color: #cdfcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcb3; background: linear-gradient(135deg, #cdfcb3, #B3FCCA);