#cfbab4
a light, soft red · warm · closest name: silver
RGB
207, 186, 180
HSL
13°, 22%, 76%
CMYK
0, 10, 13, 19
Luminance
0.5168
Every format
| HEX | #cfbab4 |
| RGB | rgb(207, 186, 180) |
| HSL | hsl(13, 22%, 76%) |
| CMYK | cmyk(0%, 10%, 13%, 19%) |
| LAB | lab(77.1 6.5 5.8) |
| LCH | lch(77.1 8.6 41.7) |
| OKLCH | oklch(0.805 0.025 36.5) |
Copy-ready code
/* CSS */
color: #cfbab4;
background-color: #cfbab4;
/* Tailwind (arbitrary) */
class="text-[#cfbab4] bg-[#cfbab4]"
/* SCSS */
$brand: #cfbab4;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.706)
/* Android */
Color.parseColor("#cfbab4")Accessibility — WCAG contrast
Aa
#cfbab4 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbab4 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow13.0%
Key (black)18.8%
Color previews
#cfbab4 text on a black background
contrast 11.34:1
Card sample
#cfbab4 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbab4;
Background color
Panel with #cfbab4 background
background-color: #cfbab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbab4; background: linear-gradient(135deg, #cfbab4, #CFCCB4);