#489fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 159, 223
HSL
205°, 70%, 58%
CMYK
68, 29, 0, 13
Luminance
0.3150
Every format
| HEX | #489fdf |
| RGB | rgb(72, 159, 223) |
| HSL | hsl(205, 70%, 58%) |
| CMYK | cmyk(68%, 29%, 0%, 13%) |
| LAB | lab(62.9 -6.0 -40.1) |
| LCH | lch(62.9 40.5 261.5) |
| OKLCH | oklch(0.677 0.126 243.6) |
Copy-ready code
/* CSS */
color: #489fdf;
background-color: #489fdf;
/* Tailwind (arbitrary) */
class="text-[#489fdf] bg-[#489fdf]"
/* SCSS */
$brand: #489fdf;
/* SwiftUI */
Color(red: 0.282, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#489fdf")Accessibility — WCAG contrast
Aa
#489fdf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#489fdf on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#489fdf text on a black background
contrast 7.30:1
Card sample
#489fdf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #489fdf;
Background color
Panel with #489fdf background
background-color: #489fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #489fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #489fdf; background: linear-gradient(135deg, #489fdf, #5548DF);