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