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