#cdf4bd
a light, vivid green · cool · closest name: beige
RGB
205, 244, 189
HSL
103°, 71%, 85%
CMYK
16, 0, 23, 4
Luminance
0.8135
Every format
| HEX | #cdf4bd |
| RGB | rgb(205, 244, 189) |
| HSL | hsl(103, 71%, 85%) |
| CMYK | cmyk(16%, 0%, 23%, 4%) |
| LAB | lab(92.3 -22.4 22.4) |
| LCH | lch(92.3 31.7 135.0) |
| OKLCH | oklch(0.925 0.084 136.7) |
Copy-ready code
/* CSS */
color: #cdf4bd;
background-color: #cdf4bd;
/* Tailwind (arbitrary) */
class="text-[#cdf4bd] bg-[#cdf4bd]"
/* SCSS */
$brand: #cdf4bd;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.741)
/* Android */
Color.parseColor("#cdf4bd")Accessibility — WCAG contrast
Aa
#cdf4bd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4bd on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue74.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow22.5%
Key (black)4.3%
Color previews
#cdf4bd text on a black background
contrast 17.27:1
Card sample
#cdf4bd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4bd;
Background color
Panel with #cdf4bd background
background-color: #cdf4bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4bd; background: linear-gradient(135deg, #cdf4bd, #BDF4D2);