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