#c025df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 37, 223
HSL
290°, 74%, 51%
CMYK
14, 83, 0, 13
Luminance
0.1786
Every format
| HEX | #c025df |
| RGB | rgb(192, 37, 223) |
| HSL | hsl(290, 74%, 51%) |
| CMYK | cmyk(14%, 83%, 0%, 13%) |
| LAB | lab(49.3 79.2 -61.1) |
| LCH | lch(49.3 100.1 322.4) |
| OKLCH | oklch(0.599 0.267 319.9) |
Copy-ready code
/* CSS */
color: #c025df;
background-color: #c025df;
/* Tailwind (arbitrary) */
class="text-[#c025df] bg-[#c025df]"
/* SCSS */
$brand: #c025df;
/* SwiftUI */
Color(red: 0.753, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#c025df")Accessibility — WCAG contrast
Aa
#c025df on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c025df on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c025df text on a black background
contrast 4.57:1
Card sample
#c025df text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c025df;
Background color
Panel with #c025df background
background-color: #c025df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c025df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c025df; background: linear-gradient(135deg, #c025df, #DF2582);