#440088
a dark, electric violet · warm · closest name: indigo
RGB
68, 0, 136
HSL
270°, 100%, 27%
CMYK
50, 100, 0, 47
Luminance
0.0301
Every format
| HEX | #440088 |
| RGB | rgb(68, 0, 136) |
| HSL | hsl(270, 100%, 27%) |
| CMYK | cmyk(50%, 100%, 0%, 47%) |
| LAB | lab(20.1 52.4 -57.8) |
| LCH | lch(20.1 78.0 312.2) |
| OKLCH | oklch(0.336 0.184 295.6) |
Copy-ready code
/* CSS */
color: #440088;
background-color: #440088;
/* Tailwind (arbitrary) */
class="text-[#440088] bg-[#440088]"
/* SCSS */
$brand: #440088;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#440088")Accessibility — WCAG contrast
Aa
#440088 on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440088 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#440088 text on a black background
contrast 1.60:1
Card sample
#440088 text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440088;
Background color
Panel with #440088 background
background-color: #440088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440088; background: linear-gradient(135deg, #440088, #880071);