#c25dfe
a light, electric violet · warm · closest name: violet
RGB
194, 93, 254
HSL
278°, 99%, 68%
CMYK
24, 63, 0, 0
Luminance
0.2645
Every format
| HEX | #c25dfe |
| RGB | rgb(194, 93, 254) |
| HSL | hsl(278, 99%, 68%) |
| CMYK | cmyk(24%, 63%, 0%, 0%) |
| LAB | lab(58.5 66.0 -63.7) |
| LCH | lch(58.5 91.7 316.0) |
| OKLCH | oklch(0.671 0.236 310.4) |
Copy-ready code
/* CSS */
color: #c25dfe;
background-color: #c25dfe;
/* Tailwind (arbitrary) */
class="text-[#c25dfe] bg-[#c25dfe]"
/* SCSS */
$brand: #c25dfe;
/* SwiftUI */
Color(red: 0.761, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#c25dfe")Accessibility — WCAG contrast
Aa
#c25dfe on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25dfe on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green36.5%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#c25dfe text on a black background
contrast 6.29:1
Card sample
#c25dfe text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25dfe;
Background color
Panel with #c25dfe background
background-color: #c25dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25dfe; background: linear-gradient(135deg, #c25dfe, #FE5DCF);