#c262fd
a light, electric violet · warm · closest name: violet
RGB
194, 98, 253
HSL
277°, 98%, 69%
CMYK
23, 61, 0, 1
Luminance
0.2730
Every format
| HEX | #c262fd |
| RGB | rgb(194, 98, 253) |
| HSL | hsl(277, 98%, 69%) |
| CMYK | cmyk(23%, 61%, 0%, 1%) |
| LAB | lab(59.3 63.4 -61.9) |
| LCH | lch(59.3 88.7 315.7) |
| OKLCH | oklch(0.676 0.229 310.2) |
Copy-ready code
/* CSS */
color: #c262fd;
background-color: #c262fd;
/* Tailwind (arbitrary) */
class="text-[#c262fd] bg-[#c262fd]"
/* SCSS */
$brand: #c262fd;
/* SwiftUI */
Color(red: 0.761, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#c262fd")Accessibility — WCAG contrast
Aa
#c262fd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c262fd on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green38.4%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c262fd text on a black background
contrast 6.46:1
Card sample
#c262fd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c262fd;
Background color
Panel with #c262fd background
background-color: #c262fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c262fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c262fd; background: linear-gradient(135deg, #c262fd, #FD62D1);