#cfb0ad
a light, soft red · warm · closest name: silver
RGB
207, 176, 173
HSL
5°, 26%, 75%
CMYK
0, 15, 16, 19
Luminance
0.4733
Every format
| HEX | #cfb0ad |
| RGB | rgb(207, 176, 173) |
| HSL | hsl(5, 26%, 75%) |
| CMYK | cmyk(0%, 15%, 16%, 19%) |
| LAB | lab(74.4 10.7 5.7) |
| LCH | lch(74.4 12.1 28.0) |
| OKLCH | oklch(0.783 0.036 24.5) |
Copy-ready code
/* CSS */
color: #cfb0ad;
background-color: #cfb0ad;
/* Tailwind (arbitrary) */
class="text-[#cfb0ad] bg-[#cfb0ad]"
/* SCSS */
$brand: #cfb0ad;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.678)
/* Android */
Color.parseColor("#cfb0ad")Accessibility — WCAG contrast
Aa
#cfb0ad on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0ad on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow16.4%
Key (black)18.8%
Color previews
#cfb0ad text on a black background
contrast 10.47:1
Card sample
#cfb0ad text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0ad;
Background color
Panel with #cfb0ad background
background-color: #cfb0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0ad; background: linear-gradient(135deg, #cfb0ad, #CFC7AD);