#548ce2
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
84, 140, 226
HSL
216°, 71%, 61%
CMYK
63, 38, 0, 11
Luminance
0.2613
Every format
| HEX | #548ce2 |
| RGB | rgb(84, 140, 226) |
| HSL | hsl(216, 71%, 61%) |
| CMYK | cmyk(63%, 38%, 0%, 11%) |
| LAB | lab(58.2 8.0 -49.2) |
| LCH | lch(58.2 49.9 279.3) |
| OKLCH | oklch(0.641 0.143 258.7) |
Copy-ready code
/* CSS */
color: #548ce2;
background-color: #548ce2;
/* Tailwind (arbitrary) */
class="text-[#548ce2] bg-[#548ce2]"
/* SCSS */
$brand: #548ce2;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#548ce2")Accessibility — WCAG contrast
Aa
#548ce2 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548ce2 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue88.6%
CMYK percentages
Cyan62.8%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#548ce2 text on a black background
contrast 6.23:1
Card sample
#548ce2 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548ce2;
Background color
Panel with #548ce2 background
background-color: #548ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548ce2; background: linear-gradient(135deg, #548ce2, #7B54E2);