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