#9f0cdb
a balanced, electric violet · warm · closest name: magenta
RGB
159, 12, 219
HSL
283°, 90%, 45%
CMYK
27, 95, 0, 14
Luminance
0.1275
Every format
| HEX | #9f0cdb |
| RGB | rgb(159, 12, 219) |
| HSL | hsl(283, 90%, 45%) |
| CMYK | cmyk(27%, 95%, 0%, 14%) |
| LAB | lab(42.4 77.9 -70.3) |
| LCH | lch(42.4 104.9 317.9) |
| OKLCH | oklch(0.539 0.266 311.3) |
Copy-ready code
/* CSS */
color: #9f0cdb;
background-color: #9f0cdb;
/* Tailwind (arbitrary) */
class="text-[#9f0cdb] bg-[#9f0cdb]"
/* SCSS */
$brand: #9f0cdb;
/* SwiftUI */
Color(red: 0.624, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#9f0cdb")Accessibility — WCAG contrast
Aa
#9f0cdb on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f0cdb on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green4.7%
Blue85.9%
CMYK percentages
Cyan27.4%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#9f0cdb text on a black background
contrast 3.55:1
Card sample
#9f0cdb text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f0cdb;
Background color
Panel with #9f0cdb background
background-color: #9f0cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f0cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f0cdb; background: linear-gradient(135deg, #9f0cdb, #DB0C8D);