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