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