#cfb9fe
a pale, electric violet · warm · closest name: plum
RGB
207, 185, 254
HSL
259°, 97%, 86%
CMYK
19, 27, 0, 0
Luminance
0.5512
Every format
| HEX | #cfb9fe |
| RGB | rgb(207, 185, 254) |
| HSL | hsl(259, 97%, 86%) |
| CMYK | cmyk(19%, 27%, 0%, 0%) |
| LAB | lab(79.1 21.3 -31.2) |
| LCH | lch(79.1 37.7 304.3) |
| OKLCH | oklch(0.828 0.098 298.9) |
Copy-ready code
/* CSS */
color: #cfb9fe;
background-color: #cfb9fe;
/* Tailwind (arbitrary) */
class="text-[#cfb9fe] bg-[#cfb9fe]"
/* SCSS */
$brand: #cfb9fe;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.996)
/* Android */
Color.parseColor("#cfb9fe")Accessibility — WCAG contrast
Aa
#cfb9fe on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb9fe on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta27.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cfb9fe text on a black background
contrast 12.02:1
Card sample
#cfb9fe text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb9fe;
Background color
Panel with #cfb9fe background
background-color: #cfb9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb9fe; background: linear-gradient(135deg, #cfb9fe, #FDB9FE);