#cfb0d4
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 176, 212
HSL
292°, 30%, 76%
CMYK
2, 17, 0, 17
Luminance
0.4907
Every format
| HEX | #cfb0d4 |
| RGB | rgb(207, 176, 212) |
| HSL | hsl(292, 30%, 76%) |
| CMYK | cmyk(2%, 17%, 0%, 17%) |
| LAB | lab(75.5 17.5 -14.0) |
| LCH | lch(75.5 22.4 321.4) |
| OKLCH | oklch(0.795 0.060 321.6) |
Copy-ready code
/* CSS */
color: #cfb0d4;
background-color: #cfb0d4;
/* Tailwind (arbitrary) */
class="text-[#cfb0d4] bg-[#cfb0d4]"
/* SCSS */
$brand: #cfb0d4;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.831)
/* Android */
Color.parseColor("#cfb0d4")Accessibility — WCAG contrast
Aa
#cfb0d4 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0d4 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta17.0%
Yellow0.0%
Key (black)16.9%
Color previews
#cfb0d4 text on a black background
contrast 10.81:1
Card sample
#cfb0d4 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0d4;
Background color
Panel with #cfb0d4 background
background-color: #cfb0d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0d4; background: linear-gradient(135deg, #cfb0d4, #D4B0C1);