#cdf6b0
a light, electric green · cool · closest name: khaki
RGB
205, 246, 176
HSL
95°, 80%, 83%
CMYK
17, 0, 29, 4
Luminance
0.8203
Every format
| HEX | #cdf6b0 |
| RGB | rgb(205, 246, 176) |
| HSL | hsl(95, 80%, 83%) |
| CMYK | cmyk(17%, 0%, 29%, 4%) |
| LAB | lab(92.6 -25.4 29.5) |
| LCH | lch(92.6 38.9 130.7) |
| OKLCH | oklch(0.927 0.101 132.8) |
Copy-ready code
/* CSS */
color: #cdf6b0;
background-color: #cdf6b0;
/* Tailwind (arbitrary) */
class="text-[#cdf6b0] bg-[#cdf6b0]"
/* SCSS */
$brand: #cdf6b0;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.690)
/* Android */
Color.parseColor("#cdf6b0")Accessibility — WCAG contrast
Aa
#cdf6b0 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6b0 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue69.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow28.5%
Key (black)3.5%
Color previews
#cdf6b0 text on a black background
contrast 17.41:1
Card sample
#cdf6b0 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6b0;
Background color
Panel with #cdf6b0 background
background-color: #cdf6b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6b0; background: linear-gradient(135deg, #cdf6b0, #B0F6C1);