#cfb8fc
a pale, electric violet · warm · closest name: plum
RGB
207, 184, 252
HSL
260°, 92%, 86%
CMYK
18, 27, 0, 1
Luminance
0.5457
Every format
| HEX | #cfb8fc |
| RGB | rgb(207, 184, 252) |
| HSL | hsl(260, 92%, 86%) |
| CMYK | cmyk(18%, 27%, 0%, 1%) |
| LAB | lab(78.8 21.4 -30.6) |
| LCH | lch(78.8 37.3 304.9) |
| OKLCH | oklch(0.826 0.097 299.8) |
Copy-ready code
/* CSS */
color: #cfb8fc;
background-color: #cfb8fc;
/* Tailwind (arbitrary) */
class="text-[#cfb8fc] bg-[#cfb8fc]"
/* SCSS */
$brand: #cfb8fc;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.988)
/* Android */
Color.parseColor("#cfb8fc")Accessibility — WCAG contrast
Aa
#cfb8fc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8fc on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta27.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cfb8fc text on a black background
contrast 11.91:1
Card sample
#cfb8fc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8fc;
Background color
Panel with #cfb8fc background
background-color: #cfb8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8fc; background: linear-gradient(135deg, #cfb8fc, #FCB8FC);