#cf9bfc
a light, electric violet · warm · closest name: plum
RGB
207, 155, 252
HSL
272°, 94%, 80%
CMYK
18, 39, 0, 1
Luminance
0.4374
Every format
| HEX | #cf9bfc |
| RGB | rgb(207, 155, 252) |
| HSL | hsl(272, 94%, 80%) |
| CMYK | cmyk(18%, 39%, 0%, 1%) |
| LAB | lab(72.0 37.2 -41.0) |
| LCH | lch(72.0 55.4 312.2) |
| OKLCH | oklch(0.774 0.144 308.0) |
Copy-ready code
/* CSS */
color: #cf9bfc;
background-color: #cf9bfc;
/* Tailwind (arbitrary) */
class="text-[#cf9bfc] bg-[#cf9bfc]"
/* SCSS */
$brand: #cf9bfc;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.988)
/* Android */
Color.parseColor("#cf9bfc")Accessibility — WCAG contrast
Aa
#cf9bfc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bfc on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta38.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cf9bfc text on a black background
contrast 9.75:1
Card sample
#cf9bfc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bfc;
Background color
Panel with #cf9bfc background
background-color: #cf9bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bfc; background: linear-gradient(135deg, #cf9bfc, #FC9BE8);