#549df7
a balanced, electric blue · cool · closest name: dodgerblue
RGB
84, 157, 247
HSL
213°, 91%, 65%
CMYK
66, 36, 0, 3
Luminance
0.3271
Every format
| HEX | #549df7 |
| RGB | rgb(84, 157, 247) |
| HSL | hsl(213, 91%, 65%) |
| CMYK | cmyk(66%, 36%, 0%, 3%) |
| LAB | lab(63.9 5.1 -51.7) |
| LCH | lch(63.9 51.9 275.6) |
| OKLCH | oklch(0.690 0.152 254.9) |
Copy-ready code
/* CSS */
color: #549df7;
background-color: #549df7;
/* Tailwind (arbitrary) */
class="text-[#549df7] bg-[#549df7]"
/* SCSS */
$brand: #549df7;
/* SwiftUI */
Color(red: 0.329, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#549df7")Accessibility — WCAG contrast
Aa
#549df7 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#549df7 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green61.6%
Blue96.9%
CMYK percentages
Cyan66.0%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#549df7 text on a black background
contrast 7.54:1
Card sample
#549df7 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #549df7;
Background color
Panel with #549df7 background
background-color: #549df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #549df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #549df7; background: linear-gradient(135deg, #549df7, #7854F7);