#cfb7ff
a pale, electric violet · warm · closest name: plum
RGB
207, 183, 255
HSL
260°, 100%, 86%
CMYK
19, 28, 0, 0
Luminance
0.5435
Every format
| HEX | #cfb7ff |
| RGB | rgb(207, 183, 255) |
| HSL | hsl(260, 100%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 0%) |
| LAB | lab(78.7 22.6 -32.4) |
| LCH | lch(78.7 39.5 304.8) |
| OKLCH | oklch(0.825 0.102 299.4) |
Copy-ready code
/* CSS */
color: #cfb7ff;
background-color: #cfb7ff;
/* Tailwind (arbitrary) */
class="text-[#cfb7ff] bg-[#cfb7ff]"
/* SCSS */
$brand: #cfb7ff;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#cfb7ff")Accessibility — WCAG contrast
Aa
#cfb7ff on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7ff on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cfb7ff text on a black background
contrast 11.87:1
Card sample
#cfb7ff text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7ff;
Background color
Panel with #cfb7ff background
background-color: #cfb7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7ff; background: linear-gradient(135deg, #cfb7ff, #FFB7FF);