#5fb8ff
a light, electric blue · cool · closest name: steelblue
RGB
95, 184, 255
HSL
207°, 100%, 69%
CMYK
63, 28, 0, 0
Luminance
0.4393
Every format
| HEX | #5fb8ff |
| RGB | rgb(95, 184, 255) |
| HSL | hsl(207, 100%, 69%) |
| CMYK | cmyk(63%, 28%, 0%, 0%) |
| LAB | lab(72.2 -5.7 -43.0) |
| LCH | lch(72.2 43.4 262.4) |
| OKLCH | oklch(0.757 0.134 245.0) |
Copy-ready code
/* CSS */
color: #5fb8ff;
background-color: #5fb8ff;
/* Tailwind (arbitrary) */
class="text-[#5fb8ff] bg-[#5fb8ff]"
/* SCSS */
$brand: #5fb8ff;
/* SwiftUI */
Color(red: 0.373, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#5fb8ff")Accessibility — WCAG contrast
Aa
#5fb8ff on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fb8ff on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green72.2%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5fb8ff text on a black background
contrast 9.79:1
Card sample
#5fb8ff text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fb8ff;
Background color
Panel with #5fb8ff background
background-color: #5fb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fb8ff; background: linear-gradient(135deg, #5fb8ff, #705FFF);