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