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