#cfb2d7
a light, soft violet · warm · closest name: plum
RGB
207, 178, 215
HSL
287°, 32%, 77%
CMYK
4, 17, 0, 16
Luminance
0.5001
Every format
| HEX | #cfb2d7 |
| RGB | rgb(207, 178, 215) |
| HSL | hsl(287, 32%, 77%) |
| CMYK | cmyk(4%, 17%, 0%, 16%) |
| LAB | lab(76.1 17.0 -14.8) |
| LCH | lch(76.1 22.5 319.1) |
| OKLCH | oklch(0.800 0.060 318.9) |
Copy-ready code
/* CSS */
color: #cfb2d7;
background-color: #cfb2d7;
/* Tailwind (arbitrary) */
class="text-[#cfb2d7] bg-[#cfb2d7]"
/* SCSS */
$brand: #cfb2d7;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.843)
/* Android */
Color.parseColor("#cfb2d7")Accessibility — WCAG contrast
Aa
#cfb2d7 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2d7 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta17.2%
Yellow0.0%
Key (black)15.7%
Color previews
#cfb2d7 text on a black background
contrast 11.00:1
Card sample
#cfb2d7 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2d7;
Background color
Panel with #cfb2d7 background
background-color: #cfb2d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2d7; background: linear-gradient(135deg, #cfb2d7, #D7B2C6);