#3072be
a balanced, vivid blue · cool · closest name: steelblue
RGB
48, 114, 190
HSL
212°, 60%, 47%
CMYK
75, 40, 0, 26
Luminance
0.1638
Every format
| HEX | #3072be |
| RGB | rgb(48, 114, 190) |
| HSL | hsl(212, 60%, 47%) |
| CMYK | cmyk(75%, 40%, 0%, 26%) |
| LAB | lab(47.5 5.5 -45.9) |
| LCH | lch(47.5 46.2 276.8) |
| OKLCH | oklch(0.548 0.136 254.1) |
Copy-ready code
/* CSS */
color: #3072be;
background-color: #3072be;
/* Tailwind (arbitrary) */
class="text-[#3072be] bg-[#3072be]"
/* SCSS */
$brand: #3072be;
/* SwiftUI */
Color(red: 0.188, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#3072be")Accessibility — WCAG contrast
Aa
#3072be on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3072be on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green44.7%
Blue74.5%
CMYK percentages
Cyan74.7%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#3072be text on a black background
contrast 4.28:1
Card sample
#3072be text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3072be;
Background color
Panel with #3072be background
background-color: #3072be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3072be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3072be; background: linear-gradient(135deg, #3072be, #4D30BE);