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