#cdf6ba
a light, electric green · cool · closest name: beige
RGB
205, 246, 186
HSL
101°, 77%, 85%
CMYK
17, 0, 24, 4
Luminance
0.8244
Every format
| HEX | #cdf6ba |
| RGB | rgb(205, 246, 186) |
| HSL | hsl(101, 77%, 85%) |
| CMYK | cmyk(17%, 0%, 24%, 4%) |
| LAB | lab(92.8 -23.9 24.6) |
| LCH | lch(92.8 34.3 134.1) |
| OKLCH | oklch(0.929 0.090 135.9) |
Copy-ready code
/* CSS */
color: #cdf6ba;
background-color: #cdf6ba;
/* Tailwind (arbitrary) */
class="text-[#cdf6ba] bg-[#cdf6ba]"
/* SCSS */
$brand: #cdf6ba;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#cdf6ba")Accessibility — WCAG contrast
Aa
#cdf6ba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6ba on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue72.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#cdf6ba text on a black background
contrast 17.49:1
Card sample
#cdf6ba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6ba;
Background color
Panel with #cdf6ba background
background-color: #cdf6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6ba; background: linear-gradient(135deg, #cdf6ba, #BAF6CF);