#548ced
a balanced, electric blue · cool · closest name: dodgerblue
RGB
84, 140, 237
HSL
218°, 81%, 63%
CMYK
65, 41, 0, 7
Luminance
0.2676
Every format
| HEX | #548ced |
| RGB | rgb(84, 140, 237) |
| HSL | hsl(218, 81%, 63%) |
| CMYK | cmyk(65%, 41%, 0%, 7%) |
| LAB | lab(58.7 11.8 -54.4) |
| LCH | lch(58.7 55.7 282.2) |
| OKLCH | oklch(0.648 0.157 260.6) |
Copy-ready code
/* CSS */
color: #548ced;
background-color: #548ced;
/* Tailwind (arbitrary) */
class="text-[#548ced] bg-[#548ced]"
/* SCSS */
$brand: #548ced;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 0.929)
/* Android */
Color.parseColor("#548ced")Accessibility — WCAG contrast
Aa
#548ced on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548ced on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue92.9%
CMYK percentages
Cyan64.6%
Magenta40.9%
Yellow0.0%
Key (black)7.1%
Color previews
#548ced text on a black background
contrast 6.35:1
Card sample
#548ced text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548ced;
Background color
Panel with #548ced background
background-color: #548ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548ced; background: linear-gradient(135deg, #548ced, #8254ED);