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