#cdf4ba
a light, vivid green · cool · closest name: beige
RGB
205, 244, 186
HSL
100°, 73%, 84%
CMYK
16, 0, 24, 4
Luminance
0.8123
Every format
| HEX | #cdf4ba |
| RGB | rgb(205, 244, 186) |
| HSL | hsl(100, 73%, 84%) |
| CMYK | cmyk(16%, 0%, 24%, 4%) |
| LAB | lab(92.2 -22.9 23.9) |
| LCH | lch(92.2 33.1 133.8) |
| OKLCH | oklch(0.925 0.087 135.5) |
Copy-ready code
/* CSS */
color: #cdf4ba;
background-color: #cdf4ba;
/* Tailwind (arbitrary) */
class="text-[#cdf4ba] bg-[#cdf4ba]"
/* SCSS */
$brand: #cdf4ba;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.729)
/* Android */
Color.parseColor("#cdf4ba")Accessibility — WCAG contrast
Aa
#cdf4ba on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4ba on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue72.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow23.8%
Key (black)4.3%
Color previews
#cdf4ba text on a black background
contrast 17.25:1
Card sample
#cdf4ba text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4ba;
Background color
Panel with #cdf4ba background
background-color: #cdf4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4ba; background: linear-gradient(135deg, #cdf4ba, #BAF4CE);