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