#93acef
a light, vivid blue · cool · closest name: steelblue
RGB
147, 172, 239
HSL
224°, 74%, 76%
CMYK
39, 28, 0, 6
Luminance
0.4194
Every format
| HEX | #93acef |
| RGB | rgb(147, 172, 239) |
| HSL | hsl(224, 74%, 76%) |
| CMYK | cmyk(39%, 28%, 0%, 6%) |
| LAB | lab(70.8 7.7 -36.2) |
| LCH | lch(70.8 37.0 281.9) |
| OKLCH | oklch(0.751 0.101 268.2) |
Copy-ready code
/* CSS */
color: #93acef;
background-color: #93acef;
/* Tailwind (arbitrary) */
class="text-[#93acef] bg-[#93acef]"
/* SCSS */
$brand: #93acef;
/* SwiftUI */
Color(red: 0.576, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#93acef")Accessibility — WCAG contrast
Aa
#93acef on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93acef on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan38.5%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#93acef text on a black background
contrast 9.39:1
Card sample
#93acef text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93acef;
Background color
Panel with #93acef background
background-color: #93acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93acef; background: linear-gradient(135deg, #93acef, #B793EF);