#4897cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 151, 203
HSL
204°, 56%, 54%
CMYK
65, 26, 0, 20
Luminance
0.2782
Every format
| HEX | #4897cb |
| RGB | rgb(72, 151, 203) |
| HSL | hsl(204, 56%, 54%) |
| CMYK | cmyk(65%, 26%, 0%, 20%) |
| LAB | lab(59.7 -8.1 -33.9) |
| LCH | lch(59.7 34.9 256.5) |
| OKLCH | oklch(0.649 0.110 240.3) |
Copy-ready code
/* CSS */
color: #4897cb;
background-color: #4897cb;
/* Tailwind (arbitrary) */
class="text-[#4897cb] bg-[#4897cb]"
/* SCSS */
$brand: #4897cb;
/* SwiftUI */
Color(red: 0.282, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#4897cb")Accessibility — WCAG contrast
Aa
#4897cb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4897cb on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green59.2%
Blue79.6%
CMYK percentages
Cyan64.5%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#4897cb text on a black background
contrast 6.56:1
Card sample
#4897cb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4897cb;
Background color
Panel with #4897cb background
background-color: #4897cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4897cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4897cb; background: linear-gradient(135deg, #4897cb, #5048CB);