#cdf6b7
a light, electric green · cool · closest name: khaki
RGB
205, 246, 183
HSL
99°, 78%, 84%
CMYK
17, 0, 26, 4
Luminance
0.8231
Every format
| HEX | #cdf6b7 |
| RGB | rgb(205, 246, 183) |
| HSL | hsl(99, 78%, 84%) |
| CMYK | cmyk(17%, 0%, 26%, 4%) |
| LAB | lab(92.7 -24.3 26.1) |
| LCH | lch(92.7 35.7 133.0) |
| OKLCH | oklch(0.928 0.093 134.9) |
Copy-ready code
/* CSS */
color: #cdf6b7;
background-color: #cdf6b7;
/* Tailwind (arbitrary) */
class="text-[#cdf6b7] bg-[#cdf6b7]"
/* SCSS */
$brand: #cdf6b7;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.718)
/* Android */
Color.parseColor("#cdf6b7")Accessibility — WCAG contrast
Aa
#cdf6b7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6b7 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue71.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow25.6%
Key (black)3.5%
Color previews
#cdf6b7 text on a black background
contrast 17.46:1
Card sample
#cdf6b7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6b7;
Background color
Panel with #cdf6b7 background
background-color: #cdf6b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6b7; background: linear-gradient(135deg, #cdf6b7, #B7F6CB);