#cfb5fc
a light, electric violet · warm · closest name: plum
RGB
207, 181, 252
HSL
262°, 92%, 85%
CMYK
18, 28, 0, 1
Luminance
0.5334
Every format
| HEX | #cfb5fc |
| RGB | rgb(207, 181, 252) |
| HSL | hsl(262, 92%, 85%) |
| CMYK | cmyk(18%, 28%, 0%, 1%) |
| LAB | lab(78.1 23.0 -31.7) |
| LCH | lch(78.1 39.2 306.0) |
| OKLCH | oklch(0.820 0.102 301.0) |
Copy-ready code
/* CSS */
color: #cfb5fc;
background-color: #cfb5fc;
/* Tailwind (arbitrary) */
class="text-[#cfb5fc] bg-[#cfb5fc]"
/* SCSS */
$brand: #cfb5fc;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.988)
/* Android */
Color.parseColor("#cfb5fc")Accessibility — WCAG contrast
Aa
#cfb5fc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb5fc on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta28.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cfb5fc text on a black background
contrast 11.67:1
Card sample
#cfb5fc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb5fc;
Background color
Panel with #cfb5fc background
background-color: #cfb5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb5fc; background: linear-gradient(135deg, #cfb5fc, #FCB5FA);