#4895df
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 149, 223
HSL
209°, 70%, 58%
CMYK
68, 33, 0, 13
Luminance
0.2820
Every format
| HEX | #4895df |
| RGB | rgb(72, 149, 223) |
| HSL | hsl(209, 70%, 58%) |
| CMYK | cmyk(68%, 33%, 0%, 13%) |
| LAB | lab(60.1 -0.3 -44.6) |
| LCH | lch(60.1 44.6 269.7) |
| OKLCH | oklch(0.655 0.135 249.8) |
Copy-ready code
/* CSS */
color: #4895df;
background-color: #4895df;
/* Tailwind (arbitrary) */
class="text-[#4895df] bg-[#4895df]"
/* SCSS */
$brand: #4895df;
/* SwiftUI */
Color(red: 0.282, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#4895df")Accessibility — WCAG contrast
Aa
#4895df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4895df on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green58.4%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4895df text on a black background
contrast 6.64:1
Card sample
#4895df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4895df;
Background color
Panel with #4895df background
background-color: #4895df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4895df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4895df; background: linear-gradient(135deg, #4895df, #6048DF);