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