#cfb0c8
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 176, 200
HSL
314°, 24%, 75%
CMYK
0, 15, 3, 19
Luminance
0.4849
Every format
| HEX | #cfb0c8 |
| RGB | rgb(207, 176, 200) |
| HSL | hsl(314, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 3%, 19%) |
| LAB | lab(75.1 15.3 -8.0) |
| LCH | lch(75.1 17.3 332.4) |
| OKLCH | oklch(0.791 0.048 333.9) |
Copy-ready code
/* CSS */
color: #cfb0c8;
background-color: #cfb0c8;
/* Tailwind (arbitrary) */
class="text-[#cfb0c8] bg-[#cfb0c8]"
/* SCSS */
$brand: #cfb0c8;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.784)
/* Android */
Color.parseColor("#cfb0c8")Accessibility — WCAG contrast
Aa
#cfb0c8 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0c8 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow3.4%
Key (black)18.8%
Color previews
#cfb0c8 text on a black background
contrast 10.70:1
Card sample
#cfb0c8 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0c8;
Background color
Panel with #cfb0c8 background
background-color: #cfb0c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0c8; background: linear-gradient(135deg, #cfb0c8, #CFB0B3);