#5da4cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
93, 164, 207
HSL
203°, 54%, 59%
CMYK
55, 21, 0, 19
Luminance
0.3338
Every format
| HEX | #5da4cf |
| RGB | rgb(93, 164, 207) |
| HSL | hsl(203, 54%, 59%) |
| CMYK | cmyk(55%, 21%, 0%, 19%) |
| LAB | lab(64.5 -10.1 -28.7) |
| LCH | lch(64.5 30.4 250.7) |
| OKLCH | oklch(0.689 0.096 237.0) |
Copy-ready code
/* CSS */
color: #5da4cf;
background-color: #5da4cf;
/* Tailwind (arbitrary) */
class="text-[#5da4cf] bg-[#5da4cf]"
/* SCSS */
$brand: #5da4cf;
/* SwiftUI */
Color(red: 0.365, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#5da4cf")Accessibility — WCAG contrast
Aa
#5da4cf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5da4cf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green64.3%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta20.8%
Yellow0.0%
Key (black)18.8%
Color previews
#5da4cf text on a black background
contrast 7.68:1
Card sample
#5da4cf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5da4cf;
Background color
Panel with #5da4cf background
background-color: #5da4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5da4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5da4cf; background: linear-gradient(135deg, #5da4cf, #625DCF);