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