#cf66fd
a light, electric violet · warm · closest name: violet
RGB
207, 102, 253
HSL
282°, 97%, 70%
CMYK
18, 60, 0, 1
Luminance
0.2986
Every format
| HEX | #cf66fd |
| RGB | rgb(207, 102, 253) |
| HSL | hsl(282, 97%, 70%) |
| CMYK | cmyk(18%, 60%, 0%, 1%) |
| LAB | lab(61.5 64.5 -58.2) |
| LCH | lch(61.5 86.9 318.0) |
| OKLCH | oklch(0.696 0.228 314.2) |
Copy-ready code
/* CSS */
color: #cf66fd;
background-color: #cf66fd;
/* Tailwind (arbitrary) */
class="text-[#cf66fd] bg-[#cf66fd]"
/* SCSS */
$brand: #cf66fd;
/* SwiftUI */
Color(red: 0.812, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#cf66fd")Accessibility — WCAG contrast
Aa
#cf66fd on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf66fd on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf66fd text on a black background
contrast 6.97:1
Card sample
#cf66fd text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf66fd;
Background color
Panel with #cf66fd background
background-color: #cf66fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf66fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf66fd; background: linear-gradient(135deg, #cf66fd, #FD66C6);