#cfb0c4
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 176, 196
HSL
321°, 24%, 75%
CMYK
0, 15, 5, 19
Luminance
0.4830
Every format
| HEX | #cfb0c4 |
| RGB | rgb(207, 176, 196) |
| HSL | hsl(321, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 5%, 19%) |
| LAB | lab(75.0 14.6 -6.0) |
| LCH | lch(75.0 15.8 337.7) |
| OKLCH | oklch(0.790 0.045 339.3) |
Copy-ready code
/* CSS */
color: #cfb0c4;
background-color: #cfb0c4;
/* Tailwind (arbitrary) */
class="text-[#cfb0c4] bg-[#cfb0c4]"
/* SCSS */
$brand: #cfb0c4;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.769)
/* Android */
Color.parseColor("#cfb0c4")Accessibility — WCAG contrast
Aa
#cfb0c4 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0c4 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow5.3%
Key (black)18.8%
Color previews
#cfb0c4 text on a black background
contrast 10.66:1
Card sample
#cfb0c4 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0c4;
Background color
Panel with #cfb0c4 background
background-color: #cfb0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0c4; background: linear-gradient(135deg, #cfb0c4, #CFB1B0);