#cfbcf8
a pale, electric violet · warm · closest name: plum
RGB
207, 188, 248
HSL
259°, 81%, 86%
CMYK
17, 24, 0, 3
Luminance
0.5601
Every format
| HEX | #cfbcf8 |
| RGB | rgb(207, 188, 248) |
| HSL | hsl(259, 81%, 86%) |
| CMYK | cmyk(17%, 24%, 0%, 3%) |
| LAB | lab(79.6 18.3 -27.2) |
| LCH | lch(79.6 32.8 304.0) |
| OKLCH | oklch(0.831 0.085 299.1) |
Copy-ready code
/* CSS */
color: #cfbcf8;
background-color: #cfbcf8;
/* Tailwind (arbitrary) */
class="text-[#cfbcf8] bg-[#cfbcf8]"
/* SCSS */
$brand: #cfbcf8;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.973)
/* Android */
Color.parseColor("#cfbcf8")Accessibility — WCAG contrast
Aa
#cfbcf8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcf8 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta24.2%
Yellow0.0%
Key (black)2.7%
Color previews
#cfbcf8 text on a black background
contrast 12.20:1
Card sample
#cfbcf8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcf8;
Background color
Panel with #cfbcf8 background
background-color: #cfbcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcf8; background: linear-gradient(135deg, #cfbcf8, #F7BCF8);