#c6b2ab
a light, soft orange · warm · closest name: silver
RGB
198, 178, 171
HSL
16°, 19%, 72%
CMYK
0, 10, 14, 22
Luminance
0.4679
Every format
| HEX | #c6b2ab |
| RGB | rgb(198, 178, 171) |
| HSL | hsl(16, 19%, 72%) |
| CMYK | cmyk(0%, 10%, 14%, 22%) |
| LAB | lab(74.0 6.0 6.2) |
| LCH | lch(74.0 8.6 45.9) |
| OKLCH | oklch(0.779 0.025 40.3) |
Copy-ready code
/* CSS */
color: #c6b2ab;
background-color: #c6b2ab;
/* Tailwind (arbitrary) */
class="text-[#c6b2ab] bg-[#c6b2ab]"
/* SCSS */
$brand: #c6b2ab;
/* SwiftUI */
Color(red: 0.776, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#c6b2ab")Accessibility — WCAG contrast
Aa
#c6b2ab on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b2ab on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow13.6%
Key (black)22.4%
Color previews
#c6b2ab text on a black background
contrast 10.36:1
Card sample
#c6b2ab text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b2ab;
Background color
Panel with #c6b2ab background
background-color: #c6b2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b2ab; background: linear-gradient(135deg, #c6b2ab, #C6C4AB);