#5faeee
a light, electric blue · cool · closest name: steelblue
RGB
95, 174, 238
HSL
207°, 81%, 65%
CMYK
60, 27, 0, 7
Luminance
0.3888
Every format
| HEX | #5faeee |
| RGB | rgb(95, 174, 238) |
| HSL | hsl(207, 81%, 65%) |
| CMYK | cmyk(60%, 27%, 0%, 7%) |
| LAB | lab(68.7 -5.6 -39.3) |
| LCH | lch(68.7 39.7 261.9) |
| OKLCH | oklch(0.727 0.122 245.0) |
Copy-ready code
/* CSS */
color: #5faeee;
background-color: #5faeee;
/* Tailwind (arbitrary) */
class="text-[#5faeee] bg-[#5faeee]"
/* SCSS */
$brand: #5faeee;
/* SwiftUI */
Color(red: 0.373, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#5faeee")Accessibility — WCAG contrast
Aa
#5faeee on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5faeee on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green68.2%
Blue93.3%
CMYK percentages
Cyan60.1%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#5faeee text on a black background
contrast 8.78:1
Card sample
#5faeee text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5faeee;
Background color
Panel with #5faeee background
background-color: #5faeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5faeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5faeee; background: linear-gradient(135deg, #5faeee, #6F5FEE);