#5fbafe
a light, electric blue · cool · closest name: steelblue
RGB
95, 186, 254
HSL
206°, 99%, 68%
CMYK
63, 27, 0, 0
Luminance
0.4471
Every format
| HEX | #5fbafe |
| RGB | rgb(95, 186, 254) |
| HSL | hsl(206, 99%, 68%) |
| CMYK | cmyk(63%, 27%, 0%, 0%) |
| LAB | lab(72.7 -7.1 -41.6) |
| LCH | lch(72.7 42.3 260.3) |
| OKLCH | oklch(0.761 0.131 243.4) |
Copy-ready code
/* CSS */
color: #5fbafe;
background-color: #5fbafe;
/* Tailwind (arbitrary) */
class="text-[#5fbafe] bg-[#5fbafe]"
/* SCSS */
$brand: #5fbafe;
/* SwiftUI */
Color(red: 0.373, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#5fbafe")Accessibility — WCAG contrast
Aa
#5fbafe on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbafe on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green72.9%
Blue99.6%
CMYK percentages
Cyan62.6%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#5fbafe text on a black background
contrast 9.94:1
Card sample
#5fbafe text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbafe;
Background color
Panel with #5fbafe background
background-color: #5fbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbafe; background: linear-gradient(135deg, #5fbafe, #6E5FFE);