#cfb4d2
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 180, 210
HSL
294°, 25%, 77%
CMYK
1, 14, 0, 18
Luminance
0.5056
Every format
| HEX | #cfb4d2 |
| RGB | rgb(207, 180, 210) |
| HSL | hsl(294, 25%, 77%) |
| CMYK | cmyk(1%, 14%, 0%, 18%) |
| LAB | lab(76.4 15.0 -11.5) |
| LCH | lch(76.4 18.9 322.4) |
| OKLCH | oklch(0.802 0.051 322.9) |
Copy-ready code
/* CSS */
color: #cfb4d2;
background-color: #cfb4d2;
/* Tailwind (arbitrary) */
class="text-[#cfb4d2] bg-[#cfb4d2]"
/* SCSS */
$brand: #cfb4d2;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.824)
/* Android */
Color.parseColor("#cfb4d2")Accessibility — WCAG contrast
Aa
#cfb4d2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4d2 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta14.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cfb4d2 text on a black background
contrast 11.11:1
Card sample
#cfb4d2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4d2;
Background color
Panel with #cfb4d2 background
background-color: #cfb4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4d2; background: linear-gradient(135deg, #cfb4d2, #D2B4C1);