#5fbdee
a light, electric blue · cool · closest name: skyblue
RGB
95, 189, 238
HSL
201°, 81%, 65%
CMYK
60, 21, 0, 7
Luminance
0.4500
Every format
| HEX | #5fbdee |
| RGB | rgb(95, 189, 238) |
| HSL | hsl(201, 81%, 65%) |
| CMYK | cmyk(60%, 21%, 0%, 7%) |
| LAB | lab(72.9 -13.7 -32.7) |
| LCH | lch(72.9 35.5 247.3) |
| OKLCH | oklch(0.760 0.114 233.7) |
Copy-ready code
/* CSS */
color: #5fbdee;
background-color: #5fbdee;
/* Tailwind (arbitrary) */
class="text-[#5fbdee] bg-[#5fbdee]"
/* SCSS */
$brand: #5fbdee;
/* SwiftUI */
Color(red: 0.373, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#5fbdee")Accessibility — WCAG contrast
Aa
#5fbdee on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbdee on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green74.1%
Blue93.3%
CMYK percentages
Cyan60.1%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#5fbdee text on a black background
contrast 10.00:1
Card sample
#5fbdee text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbdee;
Background color
Panel with #5fbdee background
background-color: #5fbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbdee; background: linear-gradient(135deg, #5fbdee, #605FEE);