#c4ddbf
a light, soft green · cool · closest name: beige
RGB
196, 221, 191
HSL
110°, 31%, 81%
CMYK
11, 0, 14, 13
Luminance
0.6721
Every format
| HEX | #c4ddbf |
| RGB | rgb(196, 221, 191) |
| HSL | hsl(110, 31%, 81%) |
| CMYK | cmyk(11%, 0%, 14%, 13%) |
| LAB | lab(85.6 -13.8 12.0) |
| LCH | lch(85.6 18.3 139.1) |
| OKLCH | oklch(0.871 0.049 140.4) |
Copy-ready code
/* CSS */
color: #c4ddbf;
background-color: #c4ddbf;
/* Tailwind (arbitrary) */
class="text-[#c4ddbf] bg-[#c4ddbf]"
/* SCSS */
$brand: #c4ddbf;
/* SwiftUI */
Color(red: 0.769, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#c4ddbf")Accessibility — WCAG contrast
Aa
#c4ddbf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ddbf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green86.7%
Blue74.9%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#c4ddbf text on a black background
contrast 14.44:1
Card sample
#c4ddbf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ddbf;
Background color
Panel with #c4ddbf background
background-color: #c4ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ddbf; background: linear-gradient(135deg, #c4ddbf, #BFDDCE);