#900cdf
a balanced, electric violet · warm · closest name: magenta
RGB
144, 12, 223
HSL
278°, 90%, 46%
CMYK
35, 95, 0, 13
Luminance
0.1152
Every format
| HEX | #900cdf |
| RGB | rgb(144, 12, 223) |
| HSL | hsl(278, 90%, 46%) |
| CMYK | cmyk(35%, 95%, 0%, 13%) |
| LAB | lab(40.4 76.8 -75.9) |
| LCH | lch(40.4 108.0 315.4) |
| OKLCH | oklch(0.523 0.266 305.4) |
Copy-ready code
/* CSS */
color: #900cdf;
background-color: #900cdf;
/* Tailwind (arbitrary) */
class="text-[#900cdf] bg-[#900cdf]"
/* SCSS */
$brand: #900cdf;
/* SwiftUI */
Color(red: 0.565, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#900cdf")Accessibility — WCAG contrast
Aa
#900cdf on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#900cdf on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green4.7%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#900cdf text on a black background
contrast 3.30:1
Card sample
#900cdf text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #900cdf;
Background color
Panel with #900cdf background
background-color: #900cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #900cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #900cdf; background: linear-gradient(135deg, #900cdf, #DF0CA2);