#cf75fd
a light, electric violet · warm · closest name: violet
RGB
207, 117, 253
HSL
280°, 97%, 73%
CMYK
18, 54, 0, 1
Luminance
0.3308
Every format
| HEX | #cf75fd |
| RGB | rgb(207, 117, 253) |
| HSL | hsl(280, 97%, 73%) |
| CMYK | cmyk(18%, 54%, 0%, 1%) |
| LAB | lab(64.2 57.3 -53.9) |
| LCH | lch(64.2 78.7 316.8) |
| OKLCH | oklch(0.716 0.206 312.9) |
Copy-ready code
/* CSS */
color: #cf75fd;
background-color: #cf75fd;
/* Tailwind (arbitrary) */
class="text-[#cf75fd] bg-[#cf75fd]"
/* SCSS */
$brand: #cf75fd;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#cf75fd")Accessibility — WCAG contrast
Aa
#cf75fd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf75fd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cf75fd text on a black background
contrast 7.62:1
Card sample
#cf75fd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf75fd;
Background color
Panel with #cf75fd background
background-color: #cf75fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf75fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf75fd; background: linear-gradient(135deg, #cf75fd, #FD75D0);