#cdfbb4
a light, electric green · cool · closest name: khaki
RGB
205, 251, 180
HSL
99°, 90%, 85%
CMYK
18, 0, 28, 2
Luminance
0.8527
Every format
| HEX | #cdfbb4 |
| RGB | rgb(205, 251, 180) |
| HSL | hsl(99, 90%, 85%) |
| CMYK | cmyk(18%, 0%, 28%, 2%) |
| LAB | lab(94.0 -27.1 29.4) |
| LCH | lch(94.0 40.0 132.7) |
| OKLCH | oklch(0.939 0.104 134.8) |
Copy-ready code
/* CSS */
color: #cdfbb4;
background-color: #cdfbb4;
/* Tailwind (arbitrary) */
class="text-[#cdfbb4] bg-[#cdfbb4]"
/* SCSS */
$brand: #cdfbb4;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.706)
/* Android */
Color.parseColor("#cdfbb4")Accessibility — WCAG contrast
Aa
#cdfbb4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbb4 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue70.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow28.3%
Key (black)1.6%
Color previews
#cdfbb4 text on a black background
contrast 18.05:1
Card sample
#cdfbb4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbb4;
Background color
Panel with #cdfbb4 background
background-color: #cdfbb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbb4; background: linear-gradient(135deg, #cdfbb4, #B4FBCA);