#c025fd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 37, 253
HSL
283°, 98%, 57%
CMYK
24, 85, 0, 1
Luminance
0.1962
Every format
| HEX | #c025fd |
| RGB | rgb(192, 37, 253) |
| HSL | hsl(283, 98%, 57%) |
| CMYK | cmyk(24%, 85%, 0%, 1%) |
| LAB | lab(51.4 84.5 -74.6) |
| LCH | lch(51.4 112.8 318.6) |
| OKLCH | oklch(0.620 0.289 313.0) |
Copy-ready code
/* CSS */
color: #c025fd;
background-color: #c025fd;
/* Tailwind (arbitrary) */
class="text-[#c025fd] bg-[#c025fd]"
/* SCSS */
$brand: #c025fd;
/* SwiftUI */
Color(red: 0.753, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#c025fd")Accessibility — WCAG contrast
Aa
#c025fd on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c025fd on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.5%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c025fd text on a black background
contrast 4.92:1
Card sample
#c025fd text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c025fd;
Background color
Panel with #c025fd background
background-color: #c025fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c025fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c025fd; background: linear-gradient(135deg, #c025fd, #FD25AA);