#5fbafc
a light, electric blue · cool · closest name: skyblue
RGB
95, 186, 252
HSL
205°, 96%, 68%
CMYK
62, 26, 0, 1
Luminance
0.4458
Every format
| HEX | #5fbafc |
| RGB | rgb(95, 186, 252) |
| HSL | hsl(205, 96%, 68%) |
| CMYK | cmyk(62%, 26%, 0%, 1%) |
| LAB | lab(72.6 -7.7 -40.7) |
| LCH | lch(72.6 41.4 259.2) |
| OKLCH | oklch(0.760 0.129 242.6) |
Copy-ready code
/* CSS */
color: #5fbafc;
background-color: #5fbafc;
/* Tailwind (arbitrary) */
class="text-[#5fbafc] bg-[#5fbafc]"
/* SCSS */
$brand: #5fbafc;
/* SwiftUI */
Color(red: 0.373, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#5fbafc")Accessibility — WCAG contrast
Aa
#5fbafc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbafc on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green72.9%
Blue98.8%
CMYK percentages
Cyan62.3%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#5fbafc text on a black background
contrast 9.92:1
Card sample
#5fbafc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbafc;
Background color
Panel with #5fbafc background
background-color: #5fbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbafc; background: linear-gradient(135deg, #5fbafc, #6C5FFC);