#42166f
a dark, vivid violet · warm · closest name: midnightblue
RGB
66, 22, 111
HSL
270°, 67%, 26%
CMYK
41, 80, 0, 57
Luminance
0.0288
Every format
| HEX | #42166f |
| RGB | rgb(66, 22, 111) |
| HSL | hsl(270, 67%, 26%) |
| CMYK | cmyk(41%, 80%, 0%, 57%) |
| LAB | lab(19.6 39.0 -42.7) |
| LCH | lch(19.6 57.8 312.4) |
| OKLCH | oklch(0.324 0.142 301.0) |
Copy-ready code
/* CSS */
color: #42166f;
background-color: #42166f;
/* Tailwind (arbitrary) */
class="text-[#42166f] bg-[#42166f]"
/* SCSS */
$brand: #42166f;
/* SwiftUI */
Color(red: 0.259, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#42166f")Accessibility — WCAG contrast
Aa
#42166f on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42166f on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green8.6%
Blue43.5%
CMYK percentages
Cyan40.5%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#42166f text on a black background
contrast 1.58:1
Card sample
#42166f text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42166f;
Background color
Panel with #42166f background
background-color: #42166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42166f; background: linear-gradient(135deg, #42166f, #6F1661);