#cf81fd
a light, electric violet · warm · closest name: violet
RGB
207, 129, 253
HSL
278°, 97%, 75%
CMYK
18, 49, 0, 1
Luminance
0.3606
Every format
| HEX | #cf81fd |
| RGB | rgb(207, 129, 253) |
| HSL | hsl(278, 97%, 75%) |
| CMYK | cmyk(18%, 49%, 0%, 1%) |
| LAB | lab(66.6 51.2 -50.2) |
| LCH | lch(66.6 71.7 315.6) |
| OKLCH | oklch(0.733 0.187 311.6) |
Copy-ready code
/* CSS */
color: #cf81fd;
background-color: #cf81fd;
/* Tailwind (arbitrary) */
class="text-[#cf81fd] bg-[#cf81fd]"
/* SCSS */
$brand: #cf81fd;
/* SwiftUI */
Color(red: 0.812, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#cf81fd")Accessibility — WCAG contrast
Aa
#cf81fd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf81fd on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.6%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cf81fd text on a black background
contrast 8.21:1
Card sample
#cf81fd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf81fd;
Background color
Panel with #cf81fd background
background-color: #cf81fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf81fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf81fd; background: linear-gradient(135deg, #cf81fd, #FD81D8);