#488cba
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 140, 186
HSL
204°, 45%, 51%
CMYK
61, 25, 0, 27
Luminance
0.2368
Every format
| HEX | #488cba |
| RGB | rgb(72, 140, 186) |
| HSL | hsl(204, 45%, 51%) |
| CMYK | cmyk(61%, 25%, 0%, 27%) |
| LAB | lab(55.8 -7.5 -30.5) |
| LCH | lch(55.8 31.4 256.2) |
| OKLCH | oklch(0.615 0.098 240.5) |
Copy-ready code
/* CSS */
color: #488cba;
background-color: #488cba;
/* Tailwind (arbitrary) */
class="text-[#488cba] bg-[#488cba]"
/* SCSS */
$brand: #488cba;
/* SwiftUI */
Color(red: 0.282, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#488cba")Accessibility — WCAG contrast
Aa
#488cba on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488cba on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green54.9%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta24.7%
Yellow0.0%
Key (black)27.1%
Color previews
#488cba text on a black background
contrast 5.74:1
Card sample
#488cba text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488cba;
Background color
Panel with #488cba background
background-color: #488cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488cba; background: linear-gradient(135deg, #488cba, #5048BA);