#5f8ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
95, 138, 222
HSL
220°, 66%, 62%
CMYK
57, 38, 0, 13
Luminance
0.2588
Every format
| HEX | #5f8ade |
| RGB | rgb(95, 138, 222) |
| HSL | hsl(220, 66%, 62%) |
| CMYK | cmyk(57%, 38%, 0%, 13%) |
| LAB | lab(57.9 10.0 -47.3) |
| LCH | lch(57.9 48.4 281.9) |
| OKLCH | oklch(0.640 0.135 262.7) |
Copy-ready code
/* CSS */
color: #5f8ade;
background-color: #5f8ade;
/* Tailwind (arbitrary) */
class="text-[#5f8ade] bg-[#5f8ade]"
/* SCSS */
$brand: #5f8ade;
/* SwiftUI */
Color(red: 0.373, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#5f8ade")Accessibility — WCAG contrast
Aa
#5f8ade on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f8ade on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green54.1%
Blue87.1%
CMYK percentages
Cyan57.2%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#5f8ade text on a black background
contrast 6.18:1
Card sample
#5f8ade text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f8ade;
Background color
Panel with #5f8ade background
background-color: #5f8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f8ade; background: linear-gradient(135deg, #5f8ade, #895FDE);