#5f98df
a balanced, vivid blue · cool · closest name: steelblue
RGB
95, 152, 223
HSL
213°, 67%, 62%
CMYK
57, 32, 0, 13
Luminance
0.3022
Every format
| HEX | #5f98df |
| RGB | rgb(95, 152, 223) |
| HSL | hsl(213, 67%, 62%) |
| CMYK | cmyk(57%, 32%, 0%, 13%) |
| LAB | lab(61.8 2.1 -41.7) |
| LCH | lch(61.8 41.8 272.9) |
| OKLCH | oklch(0.671 0.122 254.7) |
Copy-ready code
/* CSS */
color: #5f98df;
background-color: #5f98df;
/* Tailwind (arbitrary) */
class="text-[#5f98df] bg-[#5f98df]"
/* SCSS */
$brand: #5f98df;
/* SwiftUI */
Color(red: 0.373, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#5f98df")Accessibility — WCAG contrast
Aa
#5f98df on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5f98df on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green59.6%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5f98df text on a black background
contrast 7.04:1
Card sample
#5f98df text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f98df;
Background color
Panel with #5f98df background
background-color: #5f98df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f98df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f98df; background: linear-gradient(135deg, #5f98df, #7C5FDF);