#c2b2ac
a light, soft orange · warm · closest name: silver
RGB
194, 178, 172
HSL
16°, 15%, 72%
CMYK
0, 8, 11, 24
Luminance
0.4629
Every format
| HEX | #c2b2ac |
| RGB | rgb(194, 178, 172) |
| HSL | hsl(16, 15%, 72%) |
| CMYK | cmyk(0%, 8%, 11%, 24%) |
| LAB | lab(73.7 4.7 5.1) |
| LCH | lch(73.7 6.9 47.6) |
| OKLCH | oklch(0.775 0.020 41.8) |
Copy-ready code
/* CSS */
color: #c2b2ac;
background-color: #c2b2ac;
/* Tailwind (arbitrary) */
class="text-[#c2b2ac] bg-[#c2b2ac]"
/* SCSS */
$brand: #c2b2ac;
/* SwiftUI */
Color(red: 0.761, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#c2b2ac")Accessibility — WCAG contrast
Aa
#c2b2ac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b2ac on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow11.3%
Key (black)23.9%
Color previews
#c2b2ac text on a black background
contrast 10.26:1
Card sample
#c2b2ac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b2ac;
Background color
Panel with #c2b2ac background
background-color: #c2b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b2ac; background: linear-gradient(135deg, #c2b2ac, #C2C1AC);