#cfb2fc
a light, electric violet · warm · closest name: plum
RGB
207, 178, 252
HSL
264°, 93%, 84%
CMYK
18, 29, 0, 1
Luminance
0.5213
Every format
| HEX | #cfb2fc |
| RGB | rgb(207, 178, 252) |
| HSL | hsl(264, 93%, 84%) |
| CMYK | cmyk(18%, 29%, 0%, 1%) |
| LAB | lab(77.4 24.6 -32.8) |
| LCH | lch(77.4 41.0 306.9) |
| OKLCH | oklch(0.814 0.106 302.1) |
Copy-ready code
/* CSS */
color: #cfb2fc;
background-color: #cfb2fc;
/* Tailwind (arbitrary) */
class="text-[#cfb2fc] bg-[#cfb2fc]"
/* SCSS */
$brand: #cfb2fc;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.988)
/* Android */
Color.parseColor("#cfb2fc")Accessibility — WCAG contrast
Aa
#cfb2fc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2fc on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta29.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cfb2fc text on a black background
contrast 11.43:1
Card sample
#cfb2fc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2fc;
Background color
Panel with #cfb2fc background
background-color: #cfb2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2fc; background: linear-gradient(135deg, #cfb2fc, #FCB2F8);