#549cdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
84, 156, 223
HSL
209°, 69%, 60%
CMYK
62, 30, 0, 13
Luminance
0.3099
Every format
| HEX | #549cdf |
| RGB | rgb(84, 156, 223) |
| HSL | hsl(209, 69%, 60%) |
| CMYK | cmyk(62%, 30%, 0%, 13%) |
| LAB | lab(62.5 -2.3 -40.7) |
| LCH | lch(62.5 40.8 266.8) |
| OKLCH | oklch(0.675 0.123 248.6) |
Copy-ready code
/* CSS */
color: #549cdf;
background-color: #549cdf;
/* Tailwind (arbitrary) */
class="text-[#549cdf] bg-[#549cdf]"
/* SCSS */
$brand: #549cdf;
/* SwiftUI */
Color(red: 0.329, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#549cdf")Accessibility — WCAG contrast
Aa
#549cdf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#549cdf on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green61.2%
Blue87.5%
CMYK percentages
Cyan62.3%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#549cdf text on a black background
contrast 7.20:1
Card sample
#549cdf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #549cdf;
Background color
Panel with #549cdf background
background-color: #549cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #549cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #549cdf; background: linear-gradient(135deg, #549cdf, #6954DF);