#cf60fd
a light, electric violet · warm · closest name: violet
RGB
207, 96, 253
HSL
282°, 98%, 68%
CMYK
18, 62, 0, 1
Luminance
0.2872
Every format
| HEX | #cf60fd |
| RGB | rgb(207, 96, 253) |
| HSL | hsl(282, 98%, 68%) |
| CMYK | cmyk(18%, 62%, 0%, 1%) |
| LAB | lab(60.5 67.3 -59.8) |
| LCH | lch(60.5 90.0 318.4) |
| OKLCH | oklch(0.689 0.236 314.6) |
Copy-ready code
/* CSS */
color: #cf60fd;
background-color: #cf60fd;
/* Tailwind (arbitrary) */
class="text-[#cf60fd] bg-[#cf60fd]"
/* SCSS */
$brand: #cf60fd;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#cf60fd")Accessibility — WCAG contrast
Aa
#cf60fd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf60fd on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf60fd text on a black background
contrast 6.74:1
Card sample
#cf60fd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf60fd;
Background color
Panel with #cf60fd background
background-color: #cf60fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf60fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf60fd; background: linear-gradient(135deg, #cf60fd, #FD60C2);