#cdf5ba
a light, vivid green · cool · closest name: beige
RGB
205, 245, 186
HSL
101°, 75%, 85%
CMYK
16, 0, 24, 4
Luminance
0.8183
Every format
| HEX | #cdf5ba |
| RGB | rgb(205, 245, 186) |
| HSL | hsl(101, 75%, 85%) |
| CMYK | cmyk(16%, 0%, 24%, 4%) |
| LAB | lab(92.5 -23.4 24.3) |
| LCH | lch(92.5 33.7 133.9) |
| OKLCH | oklch(0.927 0.088 135.7) |
Copy-ready code
/* CSS */
color: #cdf5ba;
background-color: #cdf5ba;
/* Tailwind (arbitrary) */
class="text-[#cdf5ba] bg-[#cdf5ba]"
/* SCSS */
$brand: #cdf5ba;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#cdf5ba")Accessibility — WCAG contrast
Aa
#cdf5ba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf5ba on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue72.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#cdf5ba text on a black background
contrast 17.37:1
Card sample
#cdf5ba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf5ba;
Background color
Panel with #cdf5ba background
background-color: #cdf5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf5ba; background: linear-gradient(135deg, #cdf5ba, #BAF5CE);