#548bfd
a light, electric blue · cool · closest name: dodgerblue
RGB
84, 139, 253
HSL
221°, 98%, 66%
CMYK
67, 45, 0, 1
Luminance
0.2744
Every format
| HEX | #548bfd |
| RGB | rgb(84, 139, 253) |
| HSL | hsl(221, 98%, 66%) |
| CMYK | cmyk(67%, 45%, 0%, 1%) |
| LAB | lab(59.4 17.8 -62.2) |
| LCH | lch(59.4 64.7 286.0) |
| OKLCH | oklch(0.656 0.179 263.0) |
Copy-ready code
/* CSS */
color: #548bfd;
background-color: #548bfd;
/* Tailwind (arbitrary) */
class="text-[#548bfd] bg-[#548bfd]"
/* SCSS */
$brand: #548bfd;
/* SwiftUI */
Color(red: 0.329, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#548bfd")Accessibility — WCAG contrast
Aa
#548bfd on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548bfd on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.5%
Blue99.2%
CMYK percentages
Cyan66.8%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#548bfd text on a black background
contrast 6.49:1
Card sample
#548bfd text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548bfd;
Background color
Panel with #548bfd background
background-color: #548bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548bfd; background: linear-gradient(135deg, #548bfd, #8E54FD);