#cfb4af
a light, soft red · warm · closest name: silver
RGB
207, 180, 175
HSL
9°, 25%, 75%
CMYK
0, 13, 16, 19
Luminance
0.4900
Every format
| HEX | #cfb4af |
| RGB | rgb(207, 180, 175) |
| HSL | hsl(9, 25%, 75%) |
| CMYK | cmyk(0%, 13%, 16%, 19%) |
| LAB | lab(75.5 8.9 6.1) |
| LCH | lch(75.5 10.8 34.6) |
| OKLCH | oklch(0.792 0.032 30.2) |
Copy-ready code
/* CSS */
color: #cfb4af;
background-color: #cfb4af;
/* Tailwind (arbitrary) */
class="text-[#cfb4af] bg-[#cfb4af]"
/* SCSS */
$brand: #cfb4af;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#cfb4af")Accessibility — WCAG contrast
Aa
#cfb4af on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4af on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow15.5%
Key (black)18.8%
Color previews
#cfb4af text on a black background
contrast 10.80:1
Card sample
#cfb4af text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4af;
Background color
Panel with #cfb4af background
background-color: #cfb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4af; background: linear-gradient(135deg, #cfb4af, #CFC9AF);