#5fbceb
a balanced, electric blue · cool · closest name: skyblue
RGB
95, 188, 235
HSL
200°, 78%, 65%
CMYK
60, 20, 0, 8
Luminance
0.4440
Every format
| HEX | #5fbceb |
| RGB | rgb(95, 188, 235) |
| HSL | hsl(200, 78%, 65%) |
| CMYK | cmyk(60%, 20%, 0%, 8%) |
| LAB | lab(72.5 -14.1 -31.7) |
| LCH | lch(72.5 34.7 246.1) |
| OKLCH | oklch(0.757 0.111 232.9) |
Copy-ready code
/* CSS */
color: #5fbceb;
background-color: #5fbceb;
/* Tailwind (arbitrary) */
class="text-[#5fbceb] bg-[#5fbceb]"
/* SCSS */
$brand: #5fbceb;
/* SwiftUI */
Color(red: 0.373, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#5fbceb")Accessibility — WCAG contrast
Aa
#5fbceb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbceb on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#5fbceb text on a black background
contrast 9.88:1
Card sample
#5fbceb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbceb;
Background color
Panel with #5fbceb background
background-color: #5fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbceb; background: linear-gradient(135deg, #5fbceb, #5F5FEB);