#4411cc
a dark, electric violet · warm · closest name: blue
RGB
68, 17, 204
HSL
256°, 85%, 43%
CMYK
67, 92, 0, 20
Luminance
0.0599
Every format
| HEX | #4411cc |
| RGB | rgb(68, 17, 204) |
| HSL | hsl(256, 85%, 43%) |
| CMYK | cmyk(67%, 92%, 0%, 20%) |
| LAB | lab(29.4 65.1 -83.5) |
| LCH | lch(29.4 105.9 308.0) |
| OKLCH | oklch(0.422 0.245 280.2) |
Copy-ready code
/* CSS */
color: #4411cc;
background-color: #4411cc;
/* Tailwind (arbitrary) */
class="text-[#4411cc] bg-[#4411cc]"
/* SCSS */
$brand: #4411cc;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#4411cc")Accessibility — WCAG contrast
Aa
#4411cc on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4411cc on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue80.0%
CMYK percentages
Cyan66.7%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#4411cc text on a black background
contrast 2.20:1
Card sample
#4411cc text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4411cc;
Background color
Panel with #4411cc background
background-color: #4411cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4411cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4411cc; background: linear-gradient(135deg, #4411cc, #C111CC);