#c4ada2
a light, soft orange · warm · closest name: silver
RGB
196, 173, 162
HSL
19°, 22%, 70%
CMYK
0, 12, 17, 23
Luminance
0.4423
Every format
| HEX | #c4ada2 |
| RGB | rgb(196, 173, 162) |
| HSL | hsl(19, 22%, 70%) |
| CMYK | cmyk(0%, 12%, 17%, 23%) |
| LAB | lab(72.4 6.5 8.7) |
| LCH | lch(72.4 10.8 53.2) |
| OKLCH | oklch(0.764 0.031 47.2) |
Copy-ready code
/* CSS */
color: #c4ada2;
background-color: #c4ada2;
/* Tailwind (arbitrary) */
class="text-[#c4ada2] bg-[#c4ada2]"
/* SCSS */
$brand: #c4ada2;
/* SwiftUI */
Color(red: 0.769, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#c4ada2")Accessibility — WCAG contrast
Aa
#c4ada2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ada2 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow17.3%
Key (black)23.1%
Color previews
#c4ada2 text on a black background
contrast 9.85:1
Card sample
#c4ada2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ada2;
Background color
Panel with #c4ada2 background
background-color: #c4ada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ada2; background: linear-gradient(135deg, #c4ada2, #C4C4A2);