#5eaddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
94, 173, 223
HSL
203°, 67%, 62%
CMYK
58, 22, 0, 13
Luminance
0.3759
Every format
| HEX | #5eaddf |
| RGB | rgb(94, 173, 223) |
| HSL | hsl(203, 67%, 62%) |
| CMYK | cmyk(58%, 22%, 0%, 13%) |
| LAB | lab(67.7 -9.9 -32.5) |
| LCH | lch(67.7 34.0 253.1) |
| OKLCH | oklch(0.717 0.107 238.5) |
Copy-ready code
/* CSS */
color: #5eaddf;
background-color: #5eaddf;
/* Tailwind (arbitrary) */
class="text-[#5eaddf] bg-[#5eaddf]"
/* SCSS */
$brand: #5eaddf;
/* SwiftUI */
Color(red: 0.369, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#5eaddf")Accessibility — WCAG contrast
Aa
#5eaddf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eaddf on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green67.8%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5eaddf text on a black background
contrast 8.52:1
Card sample
#5eaddf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eaddf;
Background color
Panel with #5eaddf background
background-color: #5eaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eaddf; background: linear-gradient(135deg, #5eaddf, #655EDF);