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