#5d8fd2
a balanced, vivid blue · cool · closest name: steelblue
RGB
93, 143, 210
HSL
214°, 57%, 59%
CMYK
56, 32, 0, 18
Luminance
0.2663
Every format
| HEX | #5d8fd2 |
| RGB | rgb(93, 143, 210) |
| HSL | hsl(214, 57%, 59%) |
| CMYK | cmyk(56%, 32%, 0%, 18%) |
| LAB | lab(58.6 2.8 -39.5) |
| LCH | lch(58.6 39.6 274.0) |
| OKLCH | oklch(0.644 0.115 256.1) |
Copy-ready code
/* CSS */
color: #5d8fd2;
background-color: #5d8fd2;
/* Tailwind (arbitrary) */
class="text-[#5d8fd2] bg-[#5d8fd2]"
/* SCSS */
$brand: #5d8fd2;
/* SwiftUI */
Color(red: 0.365, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#5d8fd2")Accessibility — WCAG contrast
Aa
#5d8fd2 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5d8fd2 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green56.1%
Blue82.4%
CMYK percentages
Cyan55.7%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#5d8fd2 text on a black background
contrast 6.33:1
Card sample
#5d8fd2 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d8fd2;
Background color
Panel with #5d8fd2 background
background-color: #5d8fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d8fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d8fd2; background: linear-gradient(135deg, #5d8fd2, #795DD2);