#cfbabf
a light, soft red · warm · closest name: silver
RGB
207, 186, 191
HSL
346°, 18%, 77%
CMYK
0, 10, 8, 19
Luminance
0.5214
Every format
| HEX | #cfbabf |
| RGB | rgb(207, 186, 191) |
| HSL | hsl(346, 18%, 77%) |
| CMYK | cmyk(0%, 10%, 8%, 19%) |
| LAB | lab(77.4 8.3 0.2) |
| LCH | lch(77.4 8.3 1.4) |
| OKLCH | oklch(0.808 0.025 1.5) |
Copy-ready code
/* CSS */
color: #cfbabf;
background-color: #cfbabf;
/* Tailwind (arbitrary) */
class="text-[#cfbabf] bg-[#cfbabf]"
/* SCSS */
$brand: #cfbabf;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#cfbabf")Accessibility — WCAG contrast
Aa
#cfbabf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbabf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow7.7%
Key (black)18.8%
Color previews
#cfbabf text on a black background
contrast 11.43:1
Card sample
#cfbabf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbabf;
Background color
Panel with #cfbabf background
background-color: #cfbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbabf; background: linear-gradient(135deg, #cfbabf, #CFC3BA);