#cfb2d2
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 178, 210
HSL
294°, 26%, 76%
CMYK
1, 15, 0, 18
Luminance
0.4976
Every format
| HEX | #cfb2d2 |
| RGB | rgb(207, 178, 210) |
| HSL | hsl(294, 26%, 76%) |
| CMYK | cmyk(1%, 15%, 0%, 18%) |
| LAB | lab(75.9 16.1 -12.3) |
| LCH | lch(75.9 20.2 322.6) |
| OKLCH | oklch(0.799 0.055 323.1) |
Copy-ready code
/* CSS */
color: #cfb2d2;
background-color: #cfb2d2;
/* Tailwind (arbitrary) */
class="text-[#cfb2d2] bg-[#cfb2d2]"
/* SCSS */
$brand: #cfb2d2;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.824)
/* Android */
Color.parseColor("#cfb2d2")Accessibility — WCAG contrast
Aa
#cfb2d2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2d2 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta15.2%
Yellow0.0%
Key (black)17.6%
Color previews
#cfb2d2 text on a black background
contrast 10.95:1
Card sample
#cfb2d2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2d2;
Background color
Panel with #cfb2d2 background
background-color: #cfb2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2d2; background: linear-gradient(135deg, #cfb2d2, #D2B2C0);