#4433cc
a balanced, vivid blue · warm · closest name: navy
RGB
68, 51, 204
HSL
247°, 60%, 50%
CMYK
67, 75, 0, 20
Luminance
0.0796
Every format
| HEX | #4433cc |
| RGB | rgb(68, 51, 204) |
| HSL | hsl(247, 60%, 50%) |
| CMYK | cmyk(67%, 75%, 0%, 20%) |
| LAB | lab(33.9 51.9 -76.0) |
| LCH | lch(33.9 92.0 304.3) |
| OKLCH | oklch(0.453 0.222 277.8) |
Copy-ready code
/* CSS */
color: #4433cc;
background-color: #4433cc;
/* Tailwind (arbitrary) */
class="text-[#4433cc] bg-[#4433cc]"
/* SCSS */
$brand: #4433cc;
/* SwiftUI */
Color(red: 0.267, green: 0.200, blue: 0.800)
/* Android */
Color.parseColor("#4433cc")Accessibility — WCAG contrast
Aa
#4433cc on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4433cc on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.0%
Blue80.0%
CMYK percentages
Cyan66.7%
Magenta75.0%
Yellow0.0%
Key (black)20.0%
Color previews
#4433cc text on a black background
contrast 2.59:1
Card sample
#4433cc text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4433cc;
Background color
Panel with #4433cc background
background-color: #4433cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4433cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 51, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 51, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4433cc; background: linear-gradient(135deg, #4433cc, #AA33CC);