#cfb8fe
a pale, electric violet · warm · closest name: plum
RGB
207, 184, 254
HSL
260°, 97%, 86%
CMYK
19, 28, 0, 0
Luminance
0.5470
Every format
| HEX | #cfb8fe |
| RGB | rgb(207, 184, 254) |
| HSL | hsl(260, 97%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 0%) |
| LAB | lab(78.9 21.8 -31.6) |
| LCH | lch(78.9 38.4 304.6) |
| OKLCH | oklch(0.826 0.099 299.3) |
Copy-ready code
/* CSS */
color: #cfb8fe;
background-color: #cfb8fe;
/* Tailwind (arbitrary) */
class="text-[#cfb8fe] bg-[#cfb8fe]"
/* SCSS */
$brand: #cfb8fe;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.996)
/* Android */
Color.parseColor("#cfb8fe")Accessibility — WCAG contrast
Aa
#cfb8fe on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8fe on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta27.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cfb8fe text on a black background
contrast 11.94:1
Card sample
#cfb8fe text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8fe;
Background color
Panel with #cfb8fe background
background-color: #cfb8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8fe; background: linear-gradient(135deg, #cfb8fe, #FEB8FE);