#549df0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
84, 157, 240
HSL
212°, 84%, 64%
CMYK
65, 35, 0, 6
Luminance
0.3229
Every format
| HEX | #549df0 |
| RGB | rgb(84, 157, 240) |
| HSL | hsl(212, 84%, 64%) |
| CMYK | cmyk(65%, 35%, 0%, 6%) |
| LAB | lab(63.6 2.8 -48.4) |
| LCH | lch(63.6 48.5 273.3) |
| OKLCH | oklch(0.686 0.143 253.2) |
Copy-ready code
/* CSS */
color: #549df0;
background-color: #549df0;
/* Tailwind (arbitrary) */
class="text-[#549df0] bg-[#549df0]"
/* SCSS */
$brand: #549df0;
/* SwiftUI */
Color(red: 0.329, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#549df0")Accessibility — WCAG contrast
Aa
#549df0 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#549df0 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green61.6%
Blue94.1%
CMYK percentages
Cyan65.0%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#549df0 text on a black background
contrast 7.46:1
Card sample
#549df0 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #549df0;
Background color
Panel with #549df0 background
background-color: #549df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #549df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #549df0; background: linear-gradient(135deg, #549df0, #7354F0);