#c2bab7
a light, muted orange · warm · closest name: silver
RGB
194, 186, 183
HSL
16°, 8%, 74%
CMYK
0, 4, 6, 24
Luminance
0.5001
Every format
| HEX | #c2bab7 |
| RGB | rgb(194, 186, 183) |
| HSL | hsl(16, 8%, 74%) |
| CMYK | cmyk(0%, 4%, 6%, 24%) |
| LAB | lab(76.1 2.3 2.5) |
| LCH | lch(76.1 3.4 47.9) |
| OKLCH | oklch(0.795 0.010 41.9) |
Copy-ready code
/* CSS */
color: #c2bab7;
background-color: #c2bab7;
/* Tailwind (arbitrary) */
class="text-[#c2bab7] bg-[#c2bab7]"
/* SCSS */
$brand: #c2bab7;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.718)
/* Android */
Color.parseColor("#c2bab7")Accessibility — WCAG contrast
Aa
#c2bab7 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bab7 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow5.7%
Key (black)23.9%
Color previews
#c2bab7 text on a black background
contrast 11.00:1
Card sample
#c2bab7 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bab7;
Background color
Panel with #c2bab7 background
background-color: #c2bab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bab7; background: linear-gradient(135deg, #c2bab7, #C2C1B7);