#93acfd
a light, electric blue · warm · closest name: dodgerblue
RGB
147, 172, 253
HSL
226°, 96%, 78%
CMYK
42, 32, 0, 1
Luminance
0.4280
Every format
| HEX | #93acfd |
| RGB | rgb(147, 172, 253) |
| HSL | hsl(226, 96%, 78%) |
| CMYK | cmyk(42%, 32%, 0%, 1%) |
| LAB | lab(71.4 11.5 -42.9) |
| LCH | lch(71.4 44.4 285.0) |
| OKLCH | oklch(0.758 0.120 270.3) |
Copy-ready code
/* CSS */
color: #93acfd;
background-color: #93acfd;
/* Tailwind (arbitrary) */
class="text-[#93acfd] bg-[#93acfd]"
/* SCSS */
$brand: #93acfd;
/* SwiftUI */
Color(red: 0.576, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#93acfd")Accessibility — WCAG contrast
Aa
#93acfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93acfd on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green67.5%
Blue99.2%
CMYK percentages
Cyan41.9%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#93acfd text on a black background
contrast 9.56:1
Card sample
#93acfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93acfd;
Background color
Panel with #93acfd background
background-color: #93acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93acfd; background: linear-gradient(135deg, #93acfd, #C093FD);