#93abdf
a light, vivid blue · cool · closest name: steelblue
RGB
147, 171, 223
HSL
221°, 54%, 73%
CMYK
34, 23, 0, 13
Luminance
0.4066
Every format
| HEX | #93abdf |
| RGB | rgb(147, 171, 223) |
| HSL | hsl(221, 54%, 73%) |
| CMYK | cmyk(34%, 23%, 0%, 13%) |
| LAB | lab(69.9 4.0 -28.9) |
| LCH | lch(69.9 29.2 277.9) |
| OKLCH | oklch(0.742 0.080 265.3) |
Copy-ready code
/* CSS */
color: #93abdf;
background-color: #93abdf;
/* Tailwind (arbitrary) */
class="text-[#93abdf] bg-[#93abdf]"
/* SCSS */
$brand: #93abdf;
/* SwiftUI */
Color(red: 0.576, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#93abdf")Accessibility — WCAG contrast
Aa
#93abdf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93abdf on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green67.1%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#93abdf text on a black background
contrast 9.13:1
Card sample
#93abdf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93abdf;
Background color
Panel with #93abdf background
background-color: #93abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93abdf; background: linear-gradient(135deg, #93abdf, #AE93DF);