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