#c4ceb2
a light, soft green · cool · closest name: beige
RGB
196, 206, 178
HSL
81°, 22%, 75%
CMYK
5, 0, 14, 19
Luminance
0.5909
Every format
| HEX | #c4ceb2 |
| RGB | rgb(196, 206, 178) |
| HSL | hsl(81, 22%, 75%) |
| CMYK | cmyk(5%, 0%, 14%, 19%) |
| LAB | lab(81.3 -8.4 12.8) |
| LCH | lch(81.3 15.3 123.2) |
| OKLCH | oklch(0.836 0.040 123.3) |
Copy-ready code
/* CSS */
color: #c4ceb2;
background-color: #c4ceb2;
/* Tailwind (arbitrary) */
class="text-[#c4ceb2] bg-[#c4ceb2]"
/* SCSS */
$brand: #c4ceb2;
/* SwiftUI */
Color(red: 0.769, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#c4ceb2")Accessibility — WCAG contrast
Aa
#c4ceb2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ceb2 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.8%
Blue69.8%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#c4ceb2 text on a black background
contrast 12.82:1
Card sample
#c4ceb2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ceb2;
Background color
Panel with #c4ceb2 background
background-color: #c4ceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ceb2; background: linear-gradient(135deg, #c4ceb2, #B2CEB3);