#45309c
a dark, vivid blue · warm · closest name: indigo
RGB
69, 48, 156
HSL
252°, 53%, 40%
CMYK
56, 69, 0, 39
Luminance
0.0578
Every format
| HEX | #45309c |
| RGB | rgb(69, 48, 156) |
| HSL | hsl(252, 53%, 40%) |
| CMYK | cmyk(56%, 69%, 0%, 39%) |
| LAB | lab(28.9 38.8 -55.7) |
| LCH | lch(28.9 67.9 304.9) |
| OKLCH | oklch(0.403 0.166 285.1) |
Copy-ready code
/* CSS */
color: #45309c;
background-color: #45309c;
/* Tailwind (arbitrary) */
class="text-[#45309c] bg-[#45309c]"
/* SCSS */
$brand: #45309c;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#45309c")Accessibility — WCAG contrast
Aa
#45309c on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45309c on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue61.2%
CMYK percentages
Cyan55.8%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#45309c text on a black background
contrast 2.16:1
Card sample
#45309c text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45309c;
Background color
Panel with #45309c background
background-color: #45309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45309c; background: linear-gradient(135deg, #45309c, #8D309C);