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