#c4d9ba
a light, soft green · cool · closest name: beige
RGB
196, 217, 186
HSL
101°, 29%, 79%
CMYK
10, 0, 14, 15
Luminance
0.6491
Every format
| HEX | #c4d9ba |
| RGB | rgb(196, 217, 186) |
| HSL | hsl(101, 29%, 79%) |
| CMYK | cmyk(10%, 0%, 14%, 15%) |
| LAB | lab(84.4 -12.7 12.9) |
| LCH | lch(84.4 18.1 134.4) |
| OKLCH | oklch(0.861 0.048 135.5) |
Copy-ready code
/* CSS */
color: #c4d9ba;
background-color: #c4d9ba;
/* Tailwind (arbitrary) */
class="text-[#c4d9ba] bg-[#c4d9ba]"
/* SCSS */
$brand: #c4d9ba;
/* SwiftUI */
Color(red: 0.769, green: 0.851, blue: 0.729)
/* Android */
Color.parseColor("#c4d9ba")Accessibility — WCAG contrast
Aa
#c4d9ba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d9ba on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.1%
Blue72.9%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow14.3%
Key (black)14.9%
Color previews
#c4d9ba text on a black background
contrast 13.98:1
Card sample
#c4d9ba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d9ba;
Background color
Panel with #c4d9ba background
background-color: #c4d9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 217, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 217, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d9ba; background: linear-gradient(135deg, #c4d9ba, #BAD9C5);