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