#cfbafa
a pale, electric violet · warm · closest name: plum
RGB
207, 186, 250
HSL
260°, 87%, 86%
CMYK
17, 26, 0, 2
Luminance
0.5529
Every format
| HEX | #cfbafa |
| RGB | rgb(207, 186, 250) |
| HSL | hsl(260, 87%, 86%) |
| CMYK | cmyk(17%, 26%, 0%, 2%) |
| LAB | lab(79.2 19.8 -28.9) |
| LCH | lch(79.2 35.0 304.5) |
| OKLCH | oklch(0.828 0.091 299.5) |
Copy-ready code
/* CSS */
color: #cfbafa;
background-color: #cfbafa;
/* Tailwind (arbitrary) */
class="text-[#cfbafa] bg-[#cfbafa]"
/* SCSS */
$brand: #cfbafa;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.980)
/* Android */
Color.parseColor("#cfbafa")Accessibility — WCAG contrast
Aa
#cfbafa on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbafa on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta25.6%
Yellow0.0%
Key (black)2.0%
Color previews
#cfbafa text on a black background
contrast 12.06:1
Card sample
#cfbafa text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbafa;
Background color
Panel with #cfbafa background
background-color: #cfbafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbafa; background: linear-gradient(135deg, #cfbafa, #FABAFA);