#cdf8bd
a pale, electric green · cool · closest name: beige
RGB
205, 248, 189
HSL
104°, 81%, 86%
CMYK
17, 0, 24, 3
Luminance
0.8379
Every format
| HEX | #cdf8bd |
| RGB | rgb(205, 248, 189) |
| HSL | hsl(104, 81%, 86%) |
| CMYK | cmyk(17%, 0%, 24%, 3%) |
| LAB | lab(93.4 -24.3 23.9) |
| LCH | lch(93.4 34.1 135.5) |
| OKLCH | oklch(0.934 0.090 137.3) |
Copy-ready code
/* CSS */
color: #cdf8bd;
background-color: #cdf8bd;
/* Tailwind (arbitrary) */
class="text-[#cdf8bd] bg-[#cdf8bd]"
/* SCSS */
$brand: #cdf8bd;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.741)
/* Android */
Color.parseColor("#cdf8bd")Accessibility — WCAG contrast
Aa
#cdf8bd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf8bd on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue74.1%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow23.8%
Key (black)2.7%
Color previews
#cdf8bd text on a black background
contrast 17.76:1
Card sample
#cdf8bd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf8bd;
Background color
Panel with #cdf8bd background
background-color: #cdf8bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf8bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf8bd; background: linear-gradient(135deg, #cdf8bd, #BDF8D4);