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