#890cdf
a balanced, electric violet · warm · closest name: blue
RGB
137, 12, 223
HSL
276°, 90%, 46%
CMYK
39, 95, 0, 13
Luminance
0.1091
Every format
| HEX | #890cdf |
| RGB | rgb(137, 12, 223) |
| HSL | hsl(276, 90%, 46%) |
| CMYK | cmyk(39%, 95%, 0%, 13%) |
| LAB | lab(39.4 76.1 -77.6) |
| LCH | lch(39.4 108.7 314.4) |
| OKLCH | oklch(0.514 0.265 303.0) |
Copy-ready code
/* CSS */
color: #890cdf;
background-color: #890cdf;
/* Tailwind (arbitrary) */
class="text-[#890cdf] bg-[#890cdf]"
/* SCSS */
$brand: #890cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#890cdf")Accessibility — WCAG contrast
Aa
#890cdf on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#890cdf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#890cdf text on a black background
contrast 3.18:1
Card sample
#890cdf text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890cdf;
Background color
Panel with #890cdf background
background-color: #890cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890cdf; background: linear-gradient(135deg, #890cdf, #DF0CA9);