#cdf1bc
a light, vivid green · cool · closest name: beige
RGB
205, 241, 188
HSL
101°, 65%, 84%
CMYK
15, 0, 22, 6
Luminance
0.7952
Every format
| HEX | #cdf1bc |
| RGB | rgb(205, 241, 188) |
| HSL | hsl(101, 65%, 84%) |
| CMYK | cmyk(15%, 0%, 22%, 6%) |
| LAB | lab(91.5 -21.1 21.8) |
| LCH | lch(91.5 30.4 134.1) |
| OKLCH | oklch(0.919 0.080 135.7) |
Copy-ready code
/* CSS */
color: #cdf1bc;
background-color: #cdf1bc;
/* Tailwind (arbitrary) */
class="text-[#cdf1bc] bg-[#cdf1bc]"
/* SCSS */
$brand: #cdf1bc;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.737)
/* Android */
Color.parseColor("#cdf1bc")Accessibility — WCAG contrast
Aa
#cdf1bc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1bc on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue73.7%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow22.0%
Key (black)5.5%
Color previews
#cdf1bc text on a black background
contrast 16.90:1
Card sample
#cdf1bc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1bc;
Background color
Panel with #cdf1bc background
background-color: #cdf1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1bc; background: linear-gradient(135deg, #cdf1bc, #BCF1CE);