#cf9afd
a light, electric violet · warm · closest name: violet
RGB
207, 154, 253
HSL
272°, 96%, 80%
CMYK
18, 39, 0, 1
Luminance
0.4347
Every format
| HEX | #cf9afd |
| RGB | rgb(207, 154, 253) |
| HSL | hsl(272, 96%, 80%) |
| CMYK | cmyk(18%, 39%, 0%, 1%) |
| LAB | lab(71.9 37.9 -41.9) |
| LCH | lch(71.9 56.5 312.2) |
| OKLCH | oklch(0.773 0.147 307.9) |
Copy-ready code
/* CSS */
color: #cf9afd;
background-color: #cf9afd;
/* Tailwind (arbitrary) */
class="text-[#cf9afd] bg-[#cf9afd]"
/* SCSS */
$brand: #cf9afd;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#cf9afd")Accessibility — WCAG contrast
Aa
#cf9afd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9afd on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf9afd text on a black background
contrast 9.69:1
Card sample
#cf9afd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9afd;
Background color
Panel with #cf9afd background
background-color: #cf9afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9afd; background: linear-gradient(135deg, #cf9afd, #FD9AE9);