#110027
a deep, electric violet · warm · closest name: black
RGB
17, 0, 39
HSL
266°, 100%, 8%
CMYK
56, 100, 0, 85
Luminance
0.0027
Every format
| HEX | #110027 |
| RGB | rgb(17, 0, 39) |
| HSL | hsl(266, 100%, 8%) |
| CMYK | cmyk(56%, 100%, 0%, 85%) |
| LAB | lab(2.4 14.1 -20.5) |
| LCH | lch(2.4 24.9 304.6) |
| OKLCH | oklch(0.149 0.080 298.9) |
Copy-ready code
/* CSS */
color: #110027;
background-color: #110027;
/* Tailwind (arbitrary) */
class="text-[#110027] bg-[#110027]"
/* SCSS */
$brand: #110027;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.153)
/* Android */
Color.parseColor("#110027")Accessibility — WCAG contrast
Aa
#110027 on white: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110027 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue15.3%
CMYK percentages
Cyan56.4%
Magenta100.0%
Yellow0.0%
Key (black)84.7%
Color previews
#110027 text on a black background
contrast 1.05:1
Card sample
#110027 text on a white background
contrast 19.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110027;
Background color
Panel with #110027 background
background-color: #110027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110027; background: linear-gradient(135deg, #110027, #270023);