#cfb7f0
a light, vivid violet · warm · closest name: plum
RGB
207, 183, 240
HSL
265°, 66%, 83%
CMYK
14, 24, 0, 6
Luminance
0.5342
Every format
| HEX | #cfb7f0 |
| RGB | rgb(207, 183, 240) |
| HSL | hsl(265, 66%, 83%) |
| CMYK | cmyk(14%, 24%, 0%, 6%) |
| LAB | lab(78.1 19.3 -25.2) |
| LCH | lch(78.1 31.7 307.5) |
| OKLCH | oklch(0.819 0.083 303.8) |
Copy-ready code
/* CSS */
color: #cfb7f0;
background-color: #cfb7f0;
/* Tailwind (arbitrary) */
class="text-[#cfb7f0] bg-[#cfb7f0]"
/* SCSS */
$brand: #cfb7f0;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.941)
/* Android */
Color.parseColor("#cfb7f0")Accessibility — WCAG contrast
Aa
#cfb7f0 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7f0 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta23.8%
Yellow0.0%
Key (black)5.9%
Color previews
#cfb7f0 text on a black background
contrast 11.68:1
Card sample
#cfb7f0 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7f0;
Background color
Panel with #cfb7f0 background
background-color: #cfb7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7f0; background: linear-gradient(135deg, #cfb7f0, #F0B7EB);