#548acf
a balanced, vivid blue · cool · closest name: steelblue
RGB
84, 138, 207
HSL
214°, 56%, 57%
CMYK
59, 33, 0, 19
Luminance
0.2457
Every format
| HEX | #548acf |
| RGB | rgb(84, 138, 207) |
| HSL | hsl(214, 56%, 57%) |
| CMYK | cmyk(59%, 33%, 0%, 19%) |
| LAB | lab(56.6 2.9 -41.0) |
| LCH | lch(56.6 41.0 274.1) |
| OKLCH | oklch(0.627 0.120 255.2) |
Copy-ready code
/* CSS */
color: #548acf;
background-color: #548acf;
/* Tailwind (arbitrary) */
class="text-[#548acf] bg-[#548acf]"
/* SCSS */
$brand: #548acf;
/* SwiftUI */
Color(red: 0.329, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#548acf")Accessibility — WCAG contrast
Aa
#548acf on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548acf on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.1%
Blue81.2%
CMYK percentages
Cyan59.4%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#548acf text on a black background
contrast 5.91:1
Card sample
#548acf text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548acf;
Background color
Panel with #548acf background
background-color: #548acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548acf; background: linear-gradient(135deg, #548acf, #7054CF);