#cfabfa
a light, electric violet · warm · closest name: plum
RGB
207, 171, 250
HSL
267°, 89%, 83%
CMYK
17, 32, 0, 2
Luminance
0.4929
Every format
| HEX | #cfabfa |
| RGB | rgb(207, 171, 250) |
| HSL | hsl(267, 89%, 83%) |
| CMYK | cmyk(17%, 32%, 0%, 2%) |
| LAB | lab(75.6 28.0 -34.4) |
| LCH | lch(75.6 44.4 309.2) |
| OKLCH | oklch(0.801 0.115 304.8) |
Copy-ready code
/* CSS */
color: #cfabfa;
background-color: #cfabfa;
/* Tailwind (arbitrary) */
class="text-[#cfabfa] bg-[#cfabfa]"
/* SCSS */
$brand: #cfabfa;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.980)
/* Android */
Color.parseColor("#cfabfa")Accessibility — WCAG contrast
Aa
#cfabfa on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabfa on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta31.6%
Yellow0.0%
Key (black)2.0%
Color previews
#cfabfa text on a black background
contrast 10.86:1
Card sample
#cfabfa text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabfa;
Background color
Panel with #cfabfa background
background-color: #cfabfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabfa; background: linear-gradient(135deg, #cfabfa, #FAABF0);