#cf9cfb
a light, electric violet · warm · closest name: plum
RGB
207, 156, 251
HSL
272°, 92%, 80%
CMYK
18, 38, 0, 2
Luminance
0.4401
Every format
| HEX | #cf9cfb |
| RGB | rgb(207, 156, 251) |
| HSL | hsl(272, 92%, 80%) |
| CMYK | cmyk(18%, 38%, 0%, 2%) |
| LAB | lab(72.2 36.4 -40.2) |
| LCH | lch(72.2 54.3 312.2) |
| OKLCH | oklch(0.775 0.141 308.1) |
Copy-ready code
/* CSS */
color: #cf9cfb;
background-color: #cf9cfb;
/* Tailwind (arbitrary) */
class="text-[#cf9cfb] bg-[#cf9cfb]"
/* SCSS */
$brand: #cf9cfb;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#cf9cfb")Accessibility — WCAG contrast
Aa
#cf9cfb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cfb on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cf9cfb text on a black background
contrast 9.80:1
Card sample
#cf9cfb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cfb;
Background color
Panel with #cf9cfb background
background-color: #cf9cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cfb; background: linear-gradient(135deg, #cf9cfb, #FB9CE8);