#cf9dfc
a light, electric violet · warm · closest name: plum
RGB
207, 157, 252
HSL
272°, 94%, 80%
CMYK
18, 38, 0, 1
Luminance
0.4441
Every format
| HEX | #cf9dfc |
| RGB | rgb(207, 157, 252) |
| HSL | hsl(272, 94%, 80%) |
| CMYK | cmyk(18%, 38%, 0%, 1%) |
| LAB | lab(72.5 36.1 -40.3) |
| LCH | lch(72.5 54.1 311.8) |
| OKLCH | oklch(0.777 0.141 307.6) |
Copy-ready code
/* CSS */
color: #cf9dfc;
background-color: #cf9dfc;
/* Tailwind (arbitrary) */
class="text-[#cf9dfc] bg-[#cf9dfc]"
/* SCSS */
$brand: #cf9dfc;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.988)
/* Android */
Color.parseColor("#cf9dfc")Accessibility — WCAG contrast
Aa
#cf9dfc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9dfc on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta37.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cf9dfc text on a black background
contrast 9.88:1
Card sample
#cf9dfc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9dfc;
Background color
Panel with #cf9dfc background
background-color: #cf9dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9dfc; background: linear-gradient(135deg, #cf9dfc, #FC9DEA);