#4533cf
a balanced, vivid blue · warm · closest name: navy
RGB
69, 51, 207
HSL
247°, 62%, 51%
CMYK
67, 75, 0, 19
Luminance
0.0814
Every format
| HEX | #4533cf |
| RGB | rgb(69, 51, 207) |
| HSL | hsl(247, 62%, 51%) |
| CMYK | cmyk(67%, 75%, 0%, 19%) |
| LAB | lab(34.3 52.9 -77.1) |
| LCH | lch(34.3 93.5 304.5) |
| OKLCH | oklch(0.457 0.225 277.8) |
Copy-ready code
/* CSS */
color: #4533cf;
background-color: #4533cf;
/* Tailwind (arbitrary) */
class="text-[#4533cf] bg-[#4533cf]"
/* SCSS */
$brand: #4533cf;
/* SwiftUI */
Color(red: 0.271, green: 0.200, blue: 0.812)
/* Android */
Color.parseColor("#4533cf")Accessibility — WCAG contrast
Aa
#4533cf on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4533cf on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.0%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta75.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4533cf text on a black background
contrast 2.63:1
Card sample
#4533cf text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4533cf;
Background color
Panel with #4533cf background
background-color: #4533cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4533cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 51, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 51, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4533cf; background: linear-gradient(135deg, #4533cf, #AD33CF);