#5faaeb
a balanced, electric blue · cool · closest name: steelblue
RGB
95, 170, 235
HSL
208°, 78%, 65%
CMYK
60, 28, 0, 8
Luminance
0.3718
Every format
| HEX | #5faaeb |
| RGB | rgb(95, 170, 235) |
| HSL | hsl(208, 78%, 65%) |
| CMYK | cmyk(60%, 28%, 0%, 8%) |
| LAB | lab(67.4 -4.3 -39.6) |
| LCH | lch(67.4 39.8 263.8) |
| OKLCH | oklch(0.717 0.121 246.6) |
Copy-ready code
/* CSS */
color: #5faaeb;
background-color: #5faaeb;
/* Tailwind (arbitrary) */
class="text-[#5faaeb] bg-[#5faaeb]"
/* SCSS */
$brand: #5faaeb;
/* SwiftUI */
Color(red: 0.373, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#5faaeb")Accessibility — WCAG contrast
Aa
#5faaeb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5faaeb on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green66.7%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#5faaeb text on a black background
contrast 8.44:1
Card sample
#5faaeb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5faaeb;
Background color
Panel with #5faaeb background
background-color: #5faaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5faaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5faaeb; background: linear-gradient(135deg, #5faaeb, #715FEB);