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