#048eb2
a dark, electric cyan · cool · closest name: steelblue
RGB
4, 142, 178
HSL
192°, 96%, 36%
CMYK
98, 20, 0, 30
Luminance
0.2259
Every format
| HEX | #048eb2 |
| RGB | rgb(4, 142, 178) |
| HSL | hsl(192, 96%, 36%) |
| CMYK | cmyk(98%, 20%, 0%, 30%) |
| LAB | lab(54.6 -18.7 -27.8) |
| LCH | lch(54.6 33.5 236.1) |
| OKLCH | oklch(0.601 0.112 224.1) |
Copy-ready code
/* CSS */
color: #048eb2;
background-color: #048eb2;
/* Tailwind (arbitrary) */
class="text-[#048eb2] bg-[#048eb2]"
/* SCSS */
$brand: #048eb2;
/* SwiftUI */
Color(red: 0.016, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#048eb2")Accessibility — WCAG contrast
Aa
#048eb2 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#048eb2 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green55.7%
Blue69.8%
CMYK percentages
Cyan97.8%
Magenta20.2%
Yellow0.0%
Key (black)30.2%
Color previews
#048eb2 text on a black background
contrast 5.52:1
Card sample
#048eb2 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #048eb2;
Background color
Panel with #048eb2 background
background-color: #048eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #048eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #048eb2; background: linear-gradient(135deg, #048eb2, #041AB2);