#5fb7eb
a balanced, electric blue · cool · closest name: skyblue
RGB
95, 183, 235
HSL
202°, 78%, 65%
CMYK
60, 22, 0, 8
Luminance
0.4230
Every format
| HEX | #5fb7eb |
| RGB | rgb(95, 183, 235) |
| HSL | hsl(202, 78%, 65%) |
| CMYK | cmyk(60%, 22%, 0%, 8%) |
| LAB | lab(71.1 -11.4 -33.9) |
| LCH | lch(71.1 35.8 251.4) |
| OKLCH | oklch(0.746 0.113 236.9) |
Copy-ready code
/* CSS */
color: #5fb7eb;
background-color: #5fb7eb;
/* Tailwind (arbitrary) */
class="text-[#5fb7eb] bg-[#5fb7eb]"
/* SCSS */
$brand: #5fb7eb;
/* SwiftUI */
Color(red: 0.373, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#5fb7eb")Accessibility — WCAG contrast
Aa
#5fb7eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fb7eb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green71.8%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#5fb7eb text on a black background
contrast 9.46:1
Card sample
#5fb7eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fb7eb;
Background color
Panel with #5fb7eb background
background-color: #5fb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fb7eb; background: linear-gradient(135deg, #5fb7eb, #645FEB);