#4530ab
a dark, vivid blue · warm · closest name: indigo
RGB
69, 48, 171
HSL
250°, 56%, 43%
CMYK
60, 72, 0, 33
Luminance
0.0632
Every format
| HEX | #4530ab |
| RGB | rgb(69, 48, 171) |
| HSL | hsl(250, 56%, 43%) |
| CMYK | cmyk(60%, 72%, 0%, 33%) |
| LAB | lab(30.2 43.5 -62.6) |
| LCH | lch(30.2 76.2 304.8) |
| OKLCH | oklch(0.417 0.185 282.7) |
Copy-ready code
/* CSS */
color: #4530ab;
background-color: #4530ab;
/* Tailwind (arbitrary) */
class="text-[#4530ab] bg-[#4530ab]"
/* SCSS */
$brand: #4530ab;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.671)
/* Android */
Color.parseColor("#4530ab")Accessibility — WCAG contrast
Aa
#4530ab on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4530ab on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue67.1%
CMYK percentages
Cyan59.6%
Magenta71.9%
Yellow0.0%
Key (black)32.9%
Color previews
#4530ab text on a black background
contrast 2.26:1
Card sample
#4530ab text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530ab;
Background color
Panel with #4530ab background
background-color: #4530ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530ab; background: linear-gradient(135deg, #4530ab, #9730AB);