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