#4534ab
a dark, vivid blue · warm · closest name: slateblue
RGB
69, 52, 171
HSL
249°, 53%, 44%
CMYK
60, 70, 0, 33
Luminance
0.0666
Every format
| HEX | #4534ab |
| RGB | rgb(69, 52, 171) |
| HSL | hsl(249, 53%, 44%) |
| CMYK | cmyk(60%, 70%, 0%, 33%) |
| LAB | lab(31.0 41.2 -61.2) |
| LCH | lch(31.0 73.8 303.9) |
| OKLCH | oklch(0.423 0.180 281.9) |
Copy-ready code
/* CSS */
color: #4534ab;
background-color: #4534ab;
/* Tailwind (arbitrary) */
class="text-[#4534ab] bg-[#4534ab]"
/* SCSS */
$brand: #4534ab;
/* SwiftUI */
Color(red: 0.271, green: 0.204, blue: 0.671)
/* Android */
Color.parseColor("#4534ab")Accessibility — WCAG contrast
Aa
#4534ab on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4534ab on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.4%
Blue67.1%
CMYK percentages
Cyan59.6%
Magenta69.6%
Yellow0.0%
Key (black)32.9%
Color previews
#4534ab text on a black background
contrast 2.33:1
Card sample
#4534ab text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4534ab;
Background color
Panel with #4534ab background
background-color: #4534ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4534ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 52, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 52, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4534ab; background: linear-gradient(135deg, #4534ab, #9434AB);