#3045af
a dark, vivid blue · warm · closest name: slateblue
RGB
48, 69, 175
HSL
230°, 57%, 44%
CMYK
73, 61, 0, 31
Luminance
0.0798
Every format
| HEX | #3045af |
| RGB | rgb(48, 69, 175) |
| HSL | hsl(230, 57%, 44%) |
| CMYK | cmyk(73%, 61%, 0%, 31%) |
| LAB | lab(33.9 29.0 -58.9) |
| LCH | lch(33.9 65.7 296.2) |
| OKLCH | oklch(0.442 0.170 269.5) |
Copy-ready code
/* CSS */
color: #3045af;
background-color: #3045af;
/* Tailwind (arbitrary) */
class="text-[#3045af] bg-[#3045af]"
/* SCSS */
$brand: #3045af;
/* SwiftUI */
Color(red: 0.188, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#3045af")Accessibility — WCAG contrast
Aa
#3045af on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3045af on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green27.1%
Blue68.6%
CMYK percentages
Cyan72.6%
Magenta60.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3045af text on a black background
contrast 2.60:1
Card sample
#3045af text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3045af;
Background color
Panel with #3045af background
background-color: #3045af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3045af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3045af; background: linear-gradient(135deg, #3045af, #7030AF);