#cfbaf8
a pale, electric violet · warm · closest name: plum
RGB
207, 186, 248
HSL
260°, 82%, 85%
CMYK
17, 25, 0, 3
Luminance
0.5516
Every format
| HEX | #cfbaf8 |
| RGB | rgb(207, 186, 248) |
| HSL | hsl(260, 82%, 85%) |
| CMYK | cmyk(17%, 25%, 0%, 3%) |
| LAB | lab(79.1 19.4 -27.9) |
| LCH | lch(79.1 34.0 304.8) |
| OKLCH | oklch(0.828 0.088 300.0) |
Copy-ready code
/* CSS */
color: #cfbaf8;
background-color: #cfbaf8;
/* Tailwind (arbitrary) */
class="text-[#cfbaf8] bg-[#cfbaf8]"
/* SCSS */
$brand: #cfbaf8;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#cfbaf8")Accessibility — WCAG contrast
Aa
#cfbaf8 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaf8 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#cfbaf8 text on a black background
contrast 12.03:1
Card sample
#cfbaf8 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaf8;
Background color
Panel with #cfbaf8 background
background-color: #cfbaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaf8; background: linear-gradient(135deg, #cfbaf8, #F8BAF8);