#5da5df
a balanced, vivid blue · cool · closest name: steelblue
RGB
93, 165, 223
HSL
207°, 67%, 62%
CMYK
58, 26, 0, 13
Luminance
0.3457
Every format
| HEX | #5da5df |
| RGB | rgb(93, 165, 223) |
| HSL | hsl(207, 67%, 62%) |
| CMYK | cmyk(58%, 26%, 0%, 13%) |
| LAB | lab(65.4 -5.7 -36.1) |
| LCH | lch(65.4 36.6 261.1) |
| OKLCH | oklch(0.699 0.112 244.7) |
Copy-ready code
/* CSS */
color: #5da5df;
background-color: #5da5df;
/* Tailwind (arbitrary) */
class="text-[#5da5df] bg-[#5da5df]"
/* SCSS */
$brand: #5da5df;
/* SwiftUI */
Color(red: 0.365, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#5da5df")Accessibility — WCAG contrast
Aa
#5da5df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5da5df on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green64.7%
Blue87.5%
CMYK percentages
Cyan58.3%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5da5df text on a black background
contrast 7.91:1
Card sample
#5da5df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5da5df;
Background color
Panel with #5da5df background
background-color: #5da5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5da5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5da5df; background: linear-gradient(135deg, #5da5df, #6C5DDF);