#c6b0af
a light, soft red · warm · closest name: silver
RGB
198, 176, 175
HSL
3°, 17%, 73%
CMYK
0, 11, 12, 22
Luminance
0.4615
Every format
| HEX | #c6b0af |
| RGB | rgb(198, 176, 175) |
| HSL | hsl(3, 17%, 73%) |
| CMYK | cmyk(0%, 11%, 12%, 22%) |
| LAB | lab(73.6 7.7 3.4) |
| LCH | lch(73.6 8.4 23.7) |
| OKLCH | oklch(0.776 0.025 20.8) |
Copy-ready code
/* CSS */
color: #c6b0af;
background-color: #c6b0af;
/* Tailwind (arbitrary) */
class="text-[#c6b0af] bg-[#c6b0af]"
/* SCSS */
$brand: #c6b0af;
/* SwiftUI */
Color(red: 0.776, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#c6b0af")Accessibility — WCAG contrast
Aa
#c6b0af on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b0af on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow11.6%
Key (black)22.4%
Color previews
#c6b0af text on a black background
contrast 10.23:1
Card sample
#c6b0af text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b0af;
Background color
Panel with #c6b0af background
background-color: #c6b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b0af; background: linear-gradient(135deg, #c6b0af, #C6BFAF);