#cfbdff
a pale, electric violet · warm · closest name: plum
RGB
207, 189, 255
HSL
256°, 100%, 87%
CMYK
19, 26, 0, 0
Luminance
0.5688
Every format
| HEX | #cfbdff |
| RGB | rgb(207, 189, 255) |
| HSL | hsl(256, 100%, 87%) |
| CMYK | cmyk(19%, 26%, 0%, 0%) |
| LAB | lab(80.1 19.3 -30.2) |
| LCH | lch(80.1 35.8 302.6) |
| OKLCH | oklch(0.836 0.093 296.9) |
Copy-ready code
/* CSS */
color: #cfbdff;
background-color: #cfbdff;
/* Tailwind (arbitrary) */
class="text-[#cfbdff] bg-[#cfbdff]"
/* SCSS */
$brand: #cfbdff;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#cfbdff")Accessibility — WCAG contrast
Aa
#cfbdff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdff on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cfbdff text on a black background
contrast 12.38:1
Card sample
#cfbdff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdff;
Background color
Panel with #cfbdff background
background-color: #cfbdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdff; background: linear-gradient(135deg, #cfbdff, #FBBDFF);