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