#c925fd
a balanced, electric violet · warm · closest name: magenta
RGB
201, 37, 253
HSL
286°, 98%, 57%
CMYK
21, 85, 0, 1
Luminance
0.2083
Every format
| HEX | #c925fd |
| RGB | rgb(201, 37, 253) |
| HSL | hsl(286, 98%, 57%) |
| CMYK | cmyk(21%, 85%, 0%, 1%) |
| LAB | lab(52.8 85.9 -72.3) |
| LCH | lch(52.8 112.3 319.9) |
| OKLCH | oklch(0.632 0.292 315.5) |
Copy-ready code
/* CSS */
color: #c925fd;
background-color: #c925fd;
/* Tailwind (arbitrary) */
class="text-[#c925fd] bg-[#c925fd]"
/* SCSS */
$brand: #c925fd;
/* SwiftUI */
Color(red: 0.788, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#c925fd")Accessibility — WCAG contrast
Aa
#c925fd on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c925fd on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green14.5%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c925fd text on a black background
contrast 5.17:1
Card sample
#c925fd text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c925fd;
Background color
Panel with #c925fd background
background-color: #c925fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c925fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c925fd; background: linear-gradient(135deg, #c925fd, #FD25A1);