#4530af
a dark, vivid blue · warm · closest name: indigo
RGB
69, 48, 175
HSL
250°, 57%, 44%
CMYK
61, 73, 0, 31
Luminance
0.0647
Every format
| HEX | #4530af |
| RGB | rgb(69, 48, 175) |
| HSL | hsl(250, 57%, 44%) |
| CMYK | cmyk(61%, 73%, 0%, 31%) |
| LAB | lab(30.6 44.7 -64.4) |
| LCH | lch(30.6 78.4 304.8) |
| OKLCH | oklch(0.421 0.190 282.1) |
Copy-ready code
/* CSS */
color: #4530af;
background-color: #4530af;
/* Tailwind (arbitrary) */
class="text-[#4530af] bg-[#4530af]"
/* SCSS */
$brand: #4530af;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#4530af")Accessibility — WCAG contrast
Aa
#4530af on white: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4530af on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue68.6%
CMYK percentages
Cyan60.6%
Magenta72.6%
Yellow0.0%
Key (black)31.4%
Color previews
#4530af text on a black background
contrast 2.29:1
Card sample
#4530af text on a white background
contrast 9.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530af;
Background color
Panel with #4530af background
background-color: #4530af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530af; background: linear-gradient(135deg, #4530af, #9A30AF);