#4522cd
a balanced, vivid blue · warm · closest name: navy
RGB
69, 34, 205
HSL
252°, 72%, 47%
CMYK
66, 83, 0, 20
Luminance
0.0682
Every format
| HEX | #4522cd |
| RGB | rgb(69, 34, 205) |
| HSL | hsl(252, 72%, 47%) |
| CMYK | cmyk(66%, 83%, 0%, 20%) |
| LAB | lab(31.4 60.1 -80.7) |
| LCH | lch(31.4 100.6 306.7) |
| OKLCH | oklch(0.436 0.236 279.5) |
Copy-ready code
/* CSS */
color: #4522cd;
background-color: #4522cd;
/* Tailwind (arbitrary) */
class="text-[#4522cd] bg-[#4522cd]"
/* SCSS */
$brand: #4522cd;
/* SwiftUI */
Color(red: 0.271, green: 0.133, blue: 0.804)
/* Android */
Color.parseColor("#4522cd")Accessibility — WCAG contrast
Aa
#4522cd on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4522cd on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green13.3%
Blue80.4%
CMYK percentages
Cyan66.3%
Magenta83.4%
Yellow0.0%
Key (black)19.6%
Color previews
#4522cd text on a black background
contrast 2.36:1
Card sample
#4522cd text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4522cd;
Background color
Panel with #4522cd background
background-color: #4522cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4522cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 34, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 34, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4522cd; background: linear-gradient(135deg, #4522cd, #B722CD);