#0533cd
a dark, electric blue · warm · closest name: navy
RGB
5, 51, 205
HSL
226°, 95%, 41%
CMYK
98, 75, 0, 20
Luminance
0.0681
Every format
| HEX | #0533cd |
| RGB | rgb(5, 51, 205) |
| HSL | hsl(226, 95%, 41%) |
| CMYK | cmyk(98%, 75%, 0%, 20%) |
| LAB | lab(31.4 48.5 -80.8) |
| LCH | lch(31.4 94.3 301.0) |
| OKLCH | oklch(0.428 0.236 264.2) |
Copy-ready code
/* CSS */
color: #0533cd;
background-color: #0533cd;
/* Tailwind (arbitrary) */
class="text-[#0533cd] bg-[#0533cd]"
/* SCSS */
$brand: #0533cd;
/* SwiftUI */
Color(red: 0.020, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#0533cd")Accessibility — WCAG contrast
Aa
#0533cd on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0533cd on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green20.0%
Blue80.4%
CMYK percentages
Cyan97.6%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#0533cd text on a black background
contrast 2.36:1
Card sample
#0533cd text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0533cd;
Background color
Panel with #0533cd background
background-color: #0533cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0533cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0533cd; background: linear-gradient(135deg, #0533cd, #5C05CD);