#c4ceac
a light, soft green · cool · closest name: beige
RGB
196, 206, 172
HSL
78°, 26%, 74%
CMYK
5, 0, 17, 19
Luminance
0.5886
Every format
| HEX | #c4ceac |
| RGB | rgb(196, 206, 172) |
| HSL | hsl(78, 26%, 74%) |
| CMYK | cmyk(5%, 0%, 17%, 19%) |
| LAB | lab(81.2 -9.3 15.8) |
| LCH | lch(81.2 18.4 120.6) |
| OKLCH | oklch(0.835 0.047 120.8) |
Copy-ready code
/* CSS */
color: #c4ceac;
background-color: #c4ceac;
/* Tailwind (arbitrary) */
class="text-[#c4ceac] bg-[#c4ceac]"
/* SCSS */
$brand: #c4ceac;
/* SwiftUI */
Color(red: 0.769, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#c4ceac")Accessibility — WCAG contrast
Aa
#c4ceac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ceac on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.8%
Blue67.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#c4ceac text on a black background
contrast 12.77:1
Card sample
#c4ceac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ceac;
Background color
Panel with #c4ceac background
background-color: #c4ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ceac; background: linear-gradient(135deg, #c4ceac, #ADCEAC);