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