#cfb2aa
a light, soft red · warm · closest name: silver
RGB
207, 178, 170
HSL
13°, 28%, 74%
CMYK
0, 14, 18, 19
Luminance
0.4801
Every format
| HEX | #cfb2aa |
| RGB | rgb(207, 178, 170) |
| HSL | hsl(13, 28%, 74%) |
| CMYK | cmyk(0%, 14%, 18%, 19%) |
| LAB | lab(74.8 9.2 8.0) |
| LCH | lch(74.8 12.1 41.0) |
| OKLCH | oklch(0.786 0.036 35.9) |
Copy-ready code
/* CSS */
color: #cfb2aa;
background-color: #cfb2aa;
/* Tailwind (arbitrary) */
class="text-[#cfb2aa] bg-[#cfb2aa]"
/* SCSS */
$brand: #cfb2aa;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.667)
/* Android */
Color.parseColor("#cfb2aa")Accessibility — WCAG contrast
Aa
#cfb2aa on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2aa on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow17.9%
Key (black)18.8%
Color previews
#cfb2aa text on a black background
contrast 10.60:1
Card sample
#cfb2aa text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2aa;
Background color
Panel with #cfb2aa background
background-color: #cfb2aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2aa; background: linear-gradient(135deg, #cfb2aa, #CFCBAA);