#489ddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 157, 223
HSL
206°, 70%, 58%
CMYK
68, 30, 0, 13
Luminance
0.3082
Every format
| HEX | #489ddf |
| RGB | rgb(72, 157, 223) |
| HSL | hsl(206, 70%, 58%) |
| CMYK | cmyk(68%, 30%, 0%, 13%) |
| LAB | lab(62.4 -4.9 -41.0) |
| LCH | lch(62.4 41.3 263.2) |
| OKLCH | oklch(0.673 0.128 244.9) |
Copy-ready code
/* CSS */
color: #489ddf;
background-color: #489ddf;
/* Tailwind (arbitrary) */
class="text-[#489ddf] bg-[#489ddf]"
/* SCSS */
$brand: #489ddf;
/* SwiftUI */
Color(red: 0.282, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#489ddf")Accessibility — WCAG contrast
Aa
#489ddf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#489ddf on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green61.6%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#489ddf text on a black background
contrast 7.16:1
Card sample
#489ddf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #489ddf;
Background color
Panel with #489ddf background
background-color: #489ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #489ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #489ddf; background: linear-gradient(135deg, #489ddf, #5748DF);