#110022
a deep, electric violet · warm · closest name: black
RGB
17, 0, 34
HSL
270°, 100%, 7%
CMYK
50, 100, 0, 87
Luminance
0.0023
Every format
| HEX | #110022 |
| RGB | rgb(17, 0, 34) |
| HSL | hsl(270, 100%, 7%) |
| CMYK | cmyk(50%, 100%, 0%, 87%) |
| LAB | lab(2.1 12.2 -17.0) |
| LCH | lch(2.1 20.9 305.5) |
| OKLCH | oklch(0.143 0.075 304.0) |
Copy-ready code
/* CSS */
color: #110022;
background-color: #110022;
/* Tailwind (arbitrary) */
class="text-[#110022] bg-[#110022]"
/* SCSS */
$brand: #110022;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#110022")Accessibility — WCAG contrast
Aa
#110022 on white: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110022 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue13.3%
CMYK percentages
Cyan50.0%
Magenta100.0%
Yellow0.0%
Key (black)86.7%
Color previews
#110022 text on a black background
contrast 1.05:1
Card sample
#110022 text on a white background
contrast 20.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110022;
Background color
Panel with #110022 background
background-color: #110022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110022; background: linear-gradient(135deg, #110022, #22001C);