#c4ccac
a light, soft green · cool · closest name: beige
RGB
196, 204, 172
HSL
75°, 24%, 74%
CMYK
4, 0, 16, 20
Luminance
0.5790
Every format
| HEX | #c4ccac |
| RGB | rgb(196, 204, 172) |
| HSL | hsl(75, 24%, 74%) |
| CMYK | cmyk(4%, 0%, 16%, 20%) |
| LAB | lab(80.7 -8.3 15.0) |
| LCH | lch(80.7 17.2 119.0) |
| OKLCH | oklch(0.831 0.044 118.8) |
Copy-ready code
/* CSS */
color: #c4ccac;
background-color: #c4ccac;
/* Tailwind (arbitrary) */
class="text-[#c4ccac] bg-[#c4ccac]"
/* SCSS */
$brand: #c4ccac;
/* SwiftUI */
Color(red: 0.769, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#c4ccac")Accessibility — WCAG contrast
Aa
#c4ccac on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ccac on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.0%
Blue67.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#c4ccac text on a black background
contrast 12.58:1
Card sample
#c4ccac text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ccac;
Background color
Panel with #c4ccac background
background-color: #c4ccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ccac; background: linear-gradient(135deg, #c4ccac, #AFCCAC);