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