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