#c905df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
201, 5, 223
HSL
294°, 96%, 45%
CMYK
10, 98, 0, 13
Luminance
0.1785
Every format
| HEX | #c905df |
| RGB | rgb(201, 5, 223) |
| HSL | hsl(294, 96%, 45%) |
| CMYK | cmyk(10%, 98%, 0%, 13%) |
| LAB | lab(49.3 85.0 -61.0) |
| LCH | lch(49.3 104.7 324.3) |
| OKLCH | oklch(0.602 0.283 322.8) |
Copy-ready code
/* CSS */
color: #c905df;
background-color: #c905df;
/* Tailwind (arbitrary) */
class="text-[#c905df] bg-[#c905df]"
/* SCSS */
$brand: #c905df;
/* SwiftUI */
Color(red: 0.788, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#c905df")Accessibility — WCAG contrast
Aa
#c905df on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c905df on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green2.0%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c905df text on a black background
contrast 4.57:1
Card sample
#c905df text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c905df;
Background color
Panel with #c905df background
background-color: #c905df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c905df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c905df; background: linear-gradient(135deg, #c905df, #DF0564);