#548eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
84, 142, 238
HSL
217°, 82%, 63%
CMYK
65, 40, 0, 7
Luminance
0.2740
Every format
| HEX | #548eee |
| RGB | rgb(84, 142, 238) |
| HSL | hsl(217, 82%, 63%) |
| CMYK | cmyk(65%, 40%, 0%, 7%) |
| LAB | lab(59.3 10.9 -54.0) |
| LCH | lch(59.3 55.1 281.4) |
| OKLCH | oklch(0.653 0.156 259.9) |
Copy-ready code
/* CSS */
color: #548eee;
background-color: #548eee;
/* Tailwind (arbitrary) */
class="text-[#548eee] bg-[#548eee]"
/* SCSS */
$brand: #548eee;
/* SwiftUI */
Color(red: 0.329, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#548eee")Accessibility — WCAG contrast
Aa
#548eee on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548eee on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green55.7%
Blue93.3%
CMYK percentages
Cyan64.7%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#548eee text on a black background
contrast 6.48:1
Card sample
#548eee text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548eee;
Background color
Panel with #548eee background
background-color: #548eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548eee; background: linear-gradient(135deg, #548eee, #8154EE);