#cfb2df
a light, soft violet · warm · closest name: plum
RGB
207, 178, 223
HSL
279°, 41%, 79%
CMYK
7, 20, 0, 13
Luminance
0.5043
Every format
| HEX | #cfb2df |
| RGB | rgb(207, 178, 223) |
| HSL | hsl(279, 41%, 79%) |
| CMYK | cmyk(7%, 20%, 0%, 13%) |
| LAB | lab(76.3 18.6 -18.7) |
| LCH | lch(76.3 26.4 314.8) |
| OKLCH | oklch(0.803 0.070 313.5) |
Copy-ready code
/* CSS */
color: #cfb2df;
background-color: #cfb2df;
/* Tailwind (arbitrary) */
class="text-[#cfb2df] bg-[#cfb2df]"
/* SCSS */
$brand: #cfb2df;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#cfb2df")Accessibility — WCAG contrast
Aa
#cfb2df on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2df on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cfb2df text on a black background
contrast 11.09:1
Card sample
#cfb2df text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2df;
Background color
Panel with #cfb2df background
background-color: #cfb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2df; background: linear-gradient(135deg, #cfb2df, #DFB2D1);