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