#cfb1df
a light, soft violet · warm · closest name: plum
RGB
207, 177, 223
HSL
279°, 42%, 78%
CMYK
7, 21, 0, 13
Luminance
0.5004
Every format
| HEX | #cfb1df |
| RGB | rgb(207, 177, 223) |
| HSL | hsl(279, 42%, 78%) |
| CMYK | cmyk(7%, 21%, 0%, 13%) |
| LAB | lab(76.1 19.1 -19.1) |
| LCH | lch(76.1 27.0 315.1) |
| OKLCH | oklch(0.801 0.071 313.8) |
Copy-ready code
/* CSS */
color: #cfb1df;
background-color: #cfb1df;
/* Tailwind (arbitrary) */
class="text-[#cfb1df] bg-[#cfb1df]"
/* SCSS */
$brand: #cfb1df;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.875)
/* Android */
Color.parseColor("#cfb1df")Accessibility — WCAG contrast
Aa
#cfb1df on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb1df on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta20.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cfb1df text on a black background
contrast 11.01:1
Card sample
#cfb1df text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb1df;
Background color
Panel with #cfb1df background
background-color: #cfb1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb1df; background: linear-gradient(135deg, #cfb1df, #DFB1D0);