#4400cc
a dark, electric violet · warm · closest name: blue
RGB
68, 0, 204
HSL
260°, 100%, 40%
CMYK
67, 100, 0, 20
Luminance
0.0559
Every format
| HEX | #4400cc |
| RGB | rgb(68, 0, 204) |
| HSL | hsl(260, 100%, 40%) |
| CMYK | cmyk(67%, 100%, 0%, 20%) |
| LAB | lab(28.4 68.3 -85.2) |
| LCH | lch(28.4 109.2 308.7) |
| OKLCH | oklch(0.415 0.250 280.6) |
Copy-ready code
/* CSS */
color: #4400cc;
background-color: #4400cc;
/* Tailwind (arbitrary) */
class="text-[#4400cc] bg-[#4400cc]"
/* SCSS */
$brand: #4400cc;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#4400cc")Accessibility — WCAG contrast
Aa
#4400cc on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4400cc on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue80.0%
CMYK percentages
Cyan66.7%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#4400cc text on a black background
contrast 2.12:1
Card sample
#4400cc text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4400cc;
Background color
Panel with #4400cc background
background-color: #4400cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4400cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4400cc; background: linear-gradient(135deg, #4400cc, #CC00CC);