#548af5
a balanced, electric blue · cool · closest name: dodgerblue
RGB
84, 138, 245
HSL
220°, 89%, 65%
CMYK
66, 44, 0, 4
Luminance
0.2665
Every format
| HEX | #548af5 |
| RGB | rgb(84, 138, 245) |
| HSL | hsl(220, 89%, 65%) |
| CMYK | cmyk(66%, 44%, 0%, 4%) |
| LAB | lab(58.6 15.7 -59.0) |
| LCH | lch(58.6 61.0 284.9) |
| OKLCH | oklch(0.649 0.170 262.5) |
Copy-ready code
/* CSS */
color: #548af5;
background-color: #548af5;
/* Tailwind (arbitrary) */
class="text-[#548af5] bg-[#548af5]"
/* SCSS */
$brand: #548af5;
/* SwiftUI */
Color(red: 0.329, green: 0.541, blue: 0.961)
/* Android */
Color.parseColor("#548af5")Accessibility — WCAG contrast
Aa
#548af5 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548af5 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.1%
Blue96.1%
CMYK percentages
Cyan65.7%
Magenta43.7%
Yellow0.0%
Key (black)3.9%
Color previews
#548af5 text on a black background
contrast 6.33:1
Card sample
#548af5 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548af5;
Background color
Panel with #548af5 background
background-color: #548af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 138, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 138, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548af5; background: linear-gradient(135deg, #548af5, #8954F5);