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