#cfbefd
a pale, electric violet · warm · closest name: plum
RGB
207, 190, 253
HSL
256°, 94%, 87%
CMYK
18, 25, 0, 1
Luminance
0.5718
Every format
| HEX | #cfbefd |
| RGB | rgb(207, 190, 253) |
| HSL | hsl(256, 94%, 87%) |
| CMYK | cmyk(18%, 25%, 0%, 1%) |
| LAB | lab(80.3 18.3 -28.9) |
| LCH | lch(80.3 34.2 302.4) |
| OKLCH | oklch(0.837 0.089 296.8) |
Copy-ready code
/* CSS */
color: #cfbefd;
background-color: #cfbefd;
/* Tailwind (arbitrary) */
class="text-[#cfbefd] bg-[#cfbefd]"
/* SCSS */
$brand: #cfbefd;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#cfbefd")Accessibility — WCAG contrast
Aa
#cfbefd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbefd on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cfbefd text on a black background
contrast 12.44:1
Card sample
#cfbefd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbefd;
Background color
Panel with #cfbefd background
background-color: #cfbefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbefd; background: linear-gradient(135deg, #cfbefd, #F9BEFD);