#cfb1af
a light, soft red · warm · closest name: silver
RGB
207, 177, 175
HSL
4°, 25%, 75%
CMYK
0, 15, 16, 19
Luminance
0.4780
Every format
| HEX | #cfb1af |
| RGB | rgb(207, 177, 175) |
| HSL | hsl(4, 25%, 75%) |
| CMYK | cmyk(0%, 15%, 16%, 19%) |
| LAB | lab(74.7 10.5 5.0) |
| LCH | lch(74.7 11.6 25.6) |
| OKLCH | oklch(0.786 0.035 22.4) |
Copy-ready code
/* CSS */
color: #cfb1af;
background-color: #cfb1af;
/* Tailwind (arbitrary) */
class="text-[#cfb1af] bg-[#cfb1af]"
/* SCSS */
$brand: #cfb1af;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#cfb1af")Accessibility — WCAG contrast
Aa
#cfb1af on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb1af on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow15.5%
Key (black)18.8%
Color previews
#cfb1af text on a black background
contrast 10.56:1
Card sample
#cfb1af text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb1af;
Background color
Panel with #cfb1af background
background-color: #cfb1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb1af; background: linear-gradient(135deg, #cfb1af, #CFC6AF);