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