#cfb6fc
a pale, electric violet · warm · closest name: plum
RGB
207, 182, 252
HSL
261°, 92%, 85%
CMYK
18, 28, 0, 1
Luminance
0.5375
Every format
| HEX | #cfb6fc |
| RGB | rgb(207, 182, 252) |
| HSL | hsl(261, 92%, 85%) |
| CMYK | cmyk(18%, 28%, 0%, 1%) |
| LAB | lab(78.3 22.4 -31.3) |
| LCH | lch(78.3 38.5 305.6) |
| OKLCH | oklch(0.822 0.100 300.6) |
Copy-ready code
/* CSS */
color: #cfb6fc;
background-color: #cfb6fc;
/* Tailwind (arbitrary) */
class="text-[#cfb6fc] bg-[#cfb6fc]"
/* SCSS */
$brand: #cfb6fc;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.988)
/* Android */
Color.parseColor("#cfb6fc")Accessibility — WCAG contrast
Aa
#cfb6fc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6fc on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta27.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cfb6fc text on a black background
contrast 11.75:1
Card sample
#cfb6fc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6fc;
Background color
Panel with #cfb6fc background
background-color: #cfb6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6fc; background: linear-gradient(135deg, #cfb6fc, #FCB6FA);