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