#cfbab7
a light, soft red · warm · closest name: silver
RGB
207, 186, 183
HSL
8°, 20%, 77%
CMYK
0, 10, 12, 19
Luminance
0.5180
Every format
| HEX | #cfbab7 |
| RGB | rgb(207, 186, 183) |
| HSL | hsl(8, 20%, 77%) |
| CMYK | cmyk(0%, 10%, 12%, 19%) |
| LAB | lab(77.2 7.0 4.2) |
| LCH | lch(77.2 8.1 31.4) |
| OKLCH | oklch(0.806 0.024 27.4) |
Copy-ready code
/* CSS */
color: #cfbab7;
background-color: #cfbab7;
/* Tailwind (arbitrary) */
class="text-[#cfbab7] bg-[#cfbab7]"
/* SCSS */
$brand: #cfbab7;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.718)
/* Android */
Color.parseColor("#cfbab7")Accessibility — WCAG contrast
Aa
#cfbab7 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbab7 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow11.6%
Key (black)18.8%
Color previews
#cfbab7 text on a black background
contrast 11.36:1
Card sample
#cfbab7 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbab7;
Background color
Panel with #cfbab7 background
background-color: #cfbab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbab7; background: linear-gradient(135deg, #cfbab7, #CFCAB7);