#048fba
a dark, electric cyan · cool · closest name: steelblue
RGB
4, 143, 186
HSL
194°, 96%, 37%
CMYK
98, 23, 0, 27
Luminance
0.2322
Every format
| HEX | #048fba |
| RGB | rgb(4, 143, 186) |
| HSL | hsl(194, 96%, 37%) |
| CMYK | cmyk(98%, 23%, 0%, 27%) |
| LAB | lab(55.3 -16.3 -31.3) |
| LCH | lch(55.3 35.3 242.5) |
| OKLCH | oklch(0.608 0.118 228.4) |
Copy-ready code
/* CSS */
color: #048fba;
background-color: #048fba;
/* Tailwind (arbitrary) */
class="text-[#048fba] bg-[#048fba]"
/* SCSS */
$brand: #048fba;
/* SwiftUI */
Color(red: 0.016, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#048fba")Accessibility — WCAG contrast
Aa
#048fba on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#048fba on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green56.1%
Blue72.9%
CMYK percentages
Cyan97.8%
Magenta23.1%
Yellow0.0%
Key (black)27.1%
Color previews
#048fba text on a black background
contrast 5.64:1
Card sample
#048fba text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #048fba;
Background color
Panel with #048fba background
background-color: #048fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #048fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #048fba; background: linear-gradient(135deg, #048fba, #0416BA);