#5e8fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
94, 143, 223
HSL
217°, 67%, 62%
CMYK
58, 36, 0, 13
Luminance
0.2735
Every format
| HEX | #5e8fdf |
| RGB | rgb(94, 143, 223) |
| HSL | hsl(217, 67%, 62%) |
| CMYK | cmyk(58%, 36%, 0%, 13%) |
| LAB | lab(59.3 7.2 -45.7) |
| LCH | lch(59.3 46.3 278.9) |
| OKLCH | oklch(0.651 0.132 259.8) |
Copy-ready code
/* CSS */
color: #5e8fdf;
background-color: #5e8fdf;
/* Tailwind (arbitrary) */
class="text-[#5e8fdf] bg-[#5e8fdf]"
/* SCSS */
$brand: #5e8fdf;
/* SwiftUI */
Color(red: 0.369, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#5e8fdf")Accessibility — WCAG contrast
Aa
#5e8fdf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5e8fdf on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5e8fdf text on a black background
contrast 6.47:1
Card sample
#5e8fdf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e8fdf;
Background color
Panel with #5e8fdf background
background-color: #5e8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e8fdf; background: linear-gradient(135deg, #5e8fdf, #835EDF);