#93bafd
a light, electric blue · cool · closest name: steelblue
RGB
147, 186, 253
HSL
218°, 96%, 78%
CMYK
42, 27, 0, 1
Luminance
0.4841
Every format
| HEX | #93bafd |
| RGB | rgb(147, 186, 253) |
| HSL | hsl(218, 96%, 78%) |
| CMYK | cmyk(42%, 27%, 0%, 1%) |
| LAB | lab(75.1 3.7 -37.2) |
| LCH | lch(75.1 37.4 275.6) |
| OKLCH | oklch(0.786 0.105 261.0) |
Copy-ready code
/* CSS */
color: #93bafd;
background-color: #93bafd;
/* Tailwind (arbitrary) */
class="text-[#93bafd] bg-[#93bafd]"
/* SCSS */
$brand: #93bafd;
/* SwiftUI */
Color(red: 0.576, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#93bafd")Accessibility — WCAG contrast
Aa
#93bafd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93bafd on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan41.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#93bafd text on a black background
contrast 10.68:1
Card sample
#93bafd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93bafd;
Background color
Panel with #93bafd background
background-color: #93bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93bafd; background: linear-gradient(135deg, #93bafd, #B393FD);