#cfb2a7
a light, soft orange · warm · closest name: silver
RGB
207, 178, 167
HSL
17°, 29%, 73%
CMYK
0, 14, 19, 19
Luminance
0.4790
Every format
| HEX | #cfb2a7 |
| RGB | rgb(207, 178, 167) |
| HSL | hsl(17, 29%, 73%) |
| CMYK | cmyk(0%, 14%, 19%, 19%) |
| LAB | lab(74.8 8.7 9.5) |
| LCH | lch(74.8 12.9 47.5) |
| OKLCH | oklch(0.786 0.037 41.9) |
Copy-ready code
/* CSS */
color: #cfb2a7;
background-color: #cfb2a7;
/* Tailwind (arbitrary) */
class="text-[#cfb2a7] bg-[#cfb2a7]"
/* SCSS */
$brand: #cfb2a7;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.655)
/* Android */
Color.parseColor("#cfb2a7")Accessibility — WCAG contrast
Aa
#cfb2a7 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2a7 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow19.3%
Key (black)18.8%
Color previews
#cfb2a7 text on a black background
contrast 10.58:1
Card sample
#cfb2a7 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2a7;
Background color
Panel with #cfb2a7 background
background-color: #cfb2a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2a7; background: linear-gradient(135deg, #cfb2a7, #CFCDA7);