#3028bf
a balanced, vivid blue · warm · closest name: navy
RGB
48, 40, 191
HSL
243°, 65%, 45%
CMYK
75, 79, 0, 25
Luminance
0.0591
Every format
| HEX | #3028bf |
| RGB | rgb(48, 40, 191) |
| HSL | hsl(243, 65%, 45%) |
| CMYK | cmyk(75%, 79%, 0%, 25%) |
| LAB | lab(29.2 51.7 -76.2) |
| LCH | lch(29.2 92.1 304.2) |
| OKLCH | oklch(0.412 0.221 273.2) |
Copy-ready code
/* CSS */
color: #3028bf;
background-color: #3028bf;
/* Tailwind (arbitrary) */
class="text-[#3028bf] bg-[#3028bf]"
/* SCSS */
$brand: #3028bf;
/* SwiftUI */
Color(red: 0.188, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#3028bf")Accessibility — WCAG contrast
Aa
#3028bf on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3028bf on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green15.7%
Blue74.9%
CMYK percentages
Cyan74.9%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#3028bf text on a black background
contrast 2.18:1
Card sample
#3028bf text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3028bf;
Background color
Panel with #3028bf background
background-color: #3028bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3028bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3028bf; background: linear-gradient(135deg, #3028bf, #9528BF);