#548cff
a light, electric blue · cool · closest name: dodgerblue
RGB
84, 140, 255
HSL
220°, 100%, 67%
CMYK
67, 45, 0, 0
Luminance
0.2786
Every format
| HEX | #548cff |
| RGB | rgb(84, 140, 255) |
| HSL | hsl(220, 100%, 67%) |
| CMYK | cmyk(67%, 45%, 0%, 0%) |
| LAB | lab(59.8 17.9 -62.7) |
| LCH | lch(59.8 65.2 285.9) |
| OKLCH | oklch(0.659 0.181 262.9) |
Copy-ready code
/* CSS */
color: #548cff;
background-color: #548cff;
/* Tailwind (arbitrary) */
class="text-[#548cff] bg-[#548cff]"
/* SCSS */
$brand: #548cff;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#548cff")Accessibility — WCAG contrast
Aa
#548cff on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548cff on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue100.0%
CMYK percentages
Cyan67.1%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#548cff text on a black background
contrast 6.57:1
Card sample
#548cff text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548cff;
Background color
Panel with #548cff background
background-color: #548cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548cff; background: linear-gradient(135deg, #548cff, #8E54FF);