#6b0074
a deep, electric magenta / pink · warm · closest name: purple
RGB
107, 0, 116
HSL
295°, 100%, 23%
CMYK
8, 100, 0, 55
Luminance
0.0439
Every format
| HEX | #6b0074 |
| RGB | rgb(107, 0, 116) |
| HSL | hsl(295, 100%, 23%) |
| CMYK | cmyk(8%, 100%, 0%, 55%) |
| LAB | lab(24.9 53.4 -36.9) |
| LCH | lch(24.9 64.9 325.3) |
| OKLCH | oklch(0.377 0.177 324.3) |
Copy-ready code
/* CSS */
color: #6b0074;
background-color: #6b0074;
/* Tailwind (arbitrary) */
class="text-[#6b0074] bg-[#6b0074]"
/* SCSS */
$brand: #6b0074;
/* SwiftUI */
Color(red: 0.420, green: 0.000, blue: 0.455)
/* Android */
Color.parseColor("#6b0074")Accessibility — WCAG contrast
Aa
#6b0074 on white: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b0074 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green0.0%
Blue45.5%
CMYK percentages
Cyan7.8%
Magenta100.0%
Yellow0.0%
Key (black)54.5%
Color previews
#6b0074 text on a black background
contrast 1.88:1
Card sample
#6b0074 text on a white background
contrast 11.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b0074;
Background color
Panel with #6b0074 background
background-color: #6b0074;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b0074;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 0, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 0, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b0074; background: linear-gradient(135deg, #6b0074, #740030);