#cf9bfa
a light, electric violet · warm · closest name: plum
RGB
207, 155, 250
HSL
273°, 91%, 79%
CMYK
17, 38, 0, 2
Luminance
0.4361
Every format
| HEX | #cf9bfa |
| RGB | rgb(207, 155, 250) |
| HSL | hsl(273, 91%, 79%) |
| CMYK | cmyk(17%, 38%, 0%, 2%) |
| LAB | lab(72.0 36.7 -40.1) |
| LCH | lch(72.0 54.4 312.5) |
| OKLCH | oklch(0.773 0.142 308.5) |
Copy-ready code
/* CSS */
color: #cf9bfa;
background-color: #cf9bfa;
/* Tailwind (arbitrary) */
class="text-[#cf9bfa] bg-[#cf9bfa]"
/* SCSS */
$brand: #cf9bfa;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.980)
/* Android */
Color.parseColor("#cf9bfa")Accessibility — WCAG contrast
Aa
#cf9bfa on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bfa on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta38.0%
Yellow0.0%
Key (black)2.0%
Color previews
#cf9bfa text on a black background
contrast 9.72:1
Card sample
#cf9bfa text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bfa;
Background color
Panel with #cf9bfa background
background-color: #cf9bfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bfa; background: linear-gradient(135deg, #cf9bfa, #FA9BE6);