#c7b2ab
a light, soft orange · warm · closest name: silver
RGB
199, 178, 171
HSL
15°, 20%, 73%
CMYK
0, 11, 14, 22
Luminance
0.4692
Every format
| HEX | #c7b2ab |
| RGB | rgb(199, 178, 171) |
| HSL | hsl(15, 20%, 73%) |
| CMYK | cmyk(0%, 11%, 14%, 22%) |
| LAB | lab(74.1 6.3 6.3) |
| LCH | lch(74.1 9.0 44.9) |
| OKLCH | oklch(0.779 0.026 39.3) |
Copy-ready code
/* CSS */
color: #c7b2ab;
background-color: #c7b2ab;
/* Tailwind (arbitrary) */
class="text-[#c7b2ab] bg-[#c7b2ab]"
/* SCSS */
$brand: #c7b2ab;
/* SwiftUI */
Color(red: 0.780, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#c7b2ab")Accessibility — WCAG contrast
Aa
#c7b2ab on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b2ab on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow14.1%
Key (black)22.0%
Color previews
#c7b2ab text on a black background
contrast 10.38:1
Card sample
#c7b2ab text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b2ab;
Background color
Panel with #c7b2ab background
background-color: #c7b2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b2ab; background: linear-gradient(135deg, #c7b2ab, #C7C5AB);