#93afeb
a light, vivid blue · cool · closest name: steelblue
RGB
147, 175, 235
HSL
221°, 69%, 75%
CMYK
37, 26, 0, 8
Luminance
0.4286
Every format
| HEX | #93afeb |
| RGB | rgb(147, 175, 235) |
| HSL | hsl(221, 69%, 75%) |
| CMYK | cmyk(37%, 26%, 0%, 8%) |
| LAB | lab(71.5 4.9 -33.1) |
| LCH | lch(71.5 33.5 278.5) |
| OKLCH | oklch(0.755 0.092 265.0) |
Copy-ready code
/* CSS */
color: #93afeb;
background-color: #93afeb;
/* Tailwind (arbitrary) */
class="text-[#93afeb] bg-[#93afeb]"
/* SCSS */
$brand: #93afeb;
/* SwiftUI */
Color(red: 0.576, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#93afeb")Accessibility — WCAG contrast
Aa
#93afeb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93afeb on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan37.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#93afeb text on a black background
contrast 9.57:1
Card sample
#93afeb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93afeb;
Background color
Panel with #93afeb background
background-color: #93afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93afeb; background: linear-gradient(135deg, #93afeb, #B293EB);