#c264f7
a light, electric violet · warm · closest name: violet
RGB
194, 100, 247
HSL
278°, 90%, 68%
CMYK
22, 60, 0, 3
Luminance
0.2730
Every format
| HEX | #c264f7 |
| RGB | rgb(194, 100, 247) |
| HSL | hsl(278, 90%, 68%) |
| CMYK | cmyk(22%, 60%, 0%, 3%) |
| LAB | lab(59.3 61.2 -58.6) |
| LCH | lch(59.3 84.8 316.3) |
| OKLCH | oklch(0.675 0.220 311.4) |
Copy-ready code
/* CSS */
color: #c264f7;
background-color: #c264f7;
/* Tailwind (arbitrary) */
class="text-[#c264f7] bg-[#c264f7]"
/* SCSS */
$brand: #c264f7;
/* SwiftUI */
Color(red: 0.761, green: 0.392, blue: 0.969)
/* Android */
Color.parseColor("#c264f7")Accessibility — WCAG contrast
Aa
#c264f7 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c264f7 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green39.2%
Blue96.9%
CMYK percentages
Cyan21.5%
Magenta59.5%
Yellow0.0%
Key (black)3.1%
Color previews
#c264f7 text on a black background
contrast 6.46:1
Card sample
#c264f7 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c264f7;
Background color
Panel with #c264f7 background
background-color: #c264f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c264f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 100, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 100, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c264f7; background: linear-gradient(135deg, #c264f7, #F764CA);