#220b43
a deep, vivid violet · warm · closest name: midnightblue
RGB
34, 11, 67
HSL
265°, 72%, 15%
CMYK
49, 84, 0, 74
Luminance
0.0098
Every format
| HEX | #220b43 |
| RGB | rgb(34, 11, 67) |
| HSL | hsl(265, 72%, 15%) |
| CMYK | cmyk(49%, 84%, 0%, 74%) |
| LAB | lab(8.9 25.9 -30.6) |
| LCH | lch(8.9 40.1 310.2) |
| OKLCH | oklch(0.226 0.098 296.3) |
Copy-ready code
/* CSS */
color: #220b43;
background-color: #220b43;
/* Tailwind (arbitrary) */
class="text-[#220b43] bg-[#220b43]"
/* SCSS */
$brand: #220b43;
/* SwiftUI */
Color(red: 0.133, green: 0.043, blue: 0.263)
/* Android */
Color.parseColor("#220b43")Accessibility — WCAG contrast
Aa
#220b43 on white: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220b43 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green4.3%
Blue26.3%
CMYK percentages
Cyan49.3%
Magenta83.6%
Yellow0.0%
Key (black)73.7%
Color previews
#220b43 text on a black background
contrast 1.20:1
Card sample
#220b43 text on a white background
contrast 17.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220b43;
Background color
Panel with #220b43 background
background-color: #220b43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220b43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 11, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 11, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220b43; background: linear-gradient(135deg, #220b43, #430B3F);