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