#cfb4ad
a light, soft red · warm · closest name: silver
RGB
207, 180, 173
HSL
12°, 26%, 75%
CMYK
0, 13, 16, 19
Luminance
0.4893
Every format
| HEX | #cfb4ad |
| RGB | rgb(207, 180, 173) |
| HSL | hsl(12, 26%, 75%) |
| CMYK | cmyk(0%, 13%, 16%, 19%) |
| LAB | lab(75.4 8.6 7.1) |
| LCH | lch(75.4 11.1 39.9) |
| OKLCH | oklch(0.791 0.033 34.9) |
Copy-ready code
/* CSS */
color: #cfb4ad;
background-color: #cfb4ad;
/* Tailwind (arbitrary) */
class="text-[#cfb4ad] bg-[#cfb4ad]"
/* SCSS */
$brand: #cfb4ad;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.678)
/* Android */
Color.parseColor("#cfb4ad")Accessibility — WCAG contrast
Aa
#cfb4ad on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4ad on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow16.4%
Key (black)18.8%
Color previews
#cfb4ad text on a black background
contrast 10.79:1
Card sample
#cfb4ad text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4ad;
Background color
Panel with #cfb4ad background
background-color: #cfb4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4ad; background: linear-gradient(135deg, #cfb4ad, #CFCBAD);