#cf9dfe
a light, electric violet · warm · closest name: plum
RGB
207, 157, 254
HSL
271°, 98%, 81%
CMYK
19, 38, 0, 0
Luminance
0.4454
Every format
| HEX | #cf9dfe |
| RGB | rgb(207, 157, 254) |
| HSL | hsl(271, 98%, 81%) |
| CMYK | cmyk(19%, 38%, 0%, 0%) |
| LAB | lab(72.6 36.5 -41.3) |
| LCH | lch(72.6 55.1 311.5) |
| OKLCH | oklch(0.778 0.143 307.1) |
Copy-ready code
/* CSS */
color: #cf9dfe;
background-color: #cf9dfe;
/* Tailwind (arbitrary) */
class="text-[#cf9dfe] bg-[#cf9dfe]"
/* SCSS */
$brand: #cf9dfe;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#cf9dfe")Accessibility — WCAG contrast
Aa
#cf9dfe on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9dfe on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cf9dfe text on a black background
contrast 9.91:1
Card sample
#cf9dfe text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9dfe;
Background color
Panel with #cf9dfe background
background-color: #cf9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9dfe; background: linear-gradient(135deg, #cf9dfe, #FE9DEC);