#cdf6bd
a pale, electric green · cool · closest name: beige
RGB
205, 246, 189
HSL
103°, 76%, 85%
CMYK
17, 0, 23, 4
Luminance
0.8256
Every format
| HEX | #cdf6bd |
| RGB | rgb(205, 246, 189) |
| HSL | hsl(103, 76%, 85%) |
| CMYK | cmyk(17%, 0%, 23%, 4%) |
| LAB | lab(92.8 -23.4 23.2) |
| LCH | lch(92.8 32.9 135.2) |
| OKLCH | oklch(0.930 0.087 137.0) |
Copy-ready code
/* CSS */
color: #cdf6bd;
background-color: #cdf6bd;
/* Tailwind (arbitrary) */
class="text-[#cdf6bd] bg-[#cdf6bd]"
/* SCSS */
$brand: #cdf6bd;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.741)
/* Android */
Color.parseColor("#cdf6bd")Accessibility — WCAG contrast
Aa
#cdf6bd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6bd on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue74.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow23.2%
Key (black)3.5%
Color previews
#cdf6bd text on a black background
contrast 17.51:1
Card sample
#cdf6bd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6bd;
Background color
Panel with #cdf6bd background
background-color: #cdf6bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6bd; background: linear-gradient(135deg, #cdf6bd, #BDF6D3);