#cdf2bd
a light, vivid green · cool · closest name: beige
RGB
205, 242, 189
HSL
102°, 67%, 85%
CMYK
15, 0, 22, 5
Luminance
0.8016
Every format
| HEX | #cdf2bd |
| RGB | rgb(205, 242, 189) |
| HSL | hsl(102, 67%, 85%) |
| CMYK | cmyk(15%, 0%, 22%, 5%) |
| LAB | lab(91.8 -21.4 21.7) |
| LCH | lch(91.8 30.5 134.7) |
| OKLCH | oklch(0.921 0.080 136.3) |
Copy-ready code
/* CSS */
color: #cdf2bd;
background-color: #cdf2bd;
/* Tailwind (arbitrary) */
class="text-[#cdf2bd] bg-[#cdf2bd]"
/* SCSS */
$brand: #cdf2bd;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.741)
/* Android */
Color.parseColor("#cdf2bd")Accessibility — WCAG contrast
Aa
#cdf2bd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf2bd on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue74.1%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow21.9%
Key (black)5.1%
Color previews
#cdf2bd text on a black background
contrast 17.03:1
Card sample
#cdf2bd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf2bd;
Background color
Panel with #cdf2bd background
background-color: #cdf2bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf2bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf2bd; background: linear-gradient(135deg, #cdf2bd, #BDF2D0);