#5da2fe
a light, electric blue · cool · closest name: dodgerblue
RGB
93, 162, 254
HSL
214°, 99%, 68%
CMYK
63, 36, 0, 0
Luminance
0.3532
Every format
| HEX | #5da2fe |
| RGB | rgb(93, 162, 254) |
| HSL | hsl(214, 99%, 68%) |
| CMYK | cmyk(63%, 36%, 0%, 0%) |
| LAB | lab(66.0 6.0 -52.2) |
| LCH | lch(66.0 52.5 276.6) |
| OKLCH | oklch(0.708 0.153 256.2) |
Copy-ready code
/* CSS */
color: #5da2fe;
background-color: #5da2fe;
/* Tailwind (arbitrary) */
class="text-[#5da2fe] bg-[#5da2fe]"
/* SCSS */
$brand: #5da2fe;
/* SwiftUI */
Color(red: 0.365, green: 0.635, blue: 0.996)
/* Android */
Color.parseColor("#5da2fe")Accessibility — WCAG contrast
Aa
#5da2fe on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5da2fe on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green63.5%
Blue99.6%
CMYK percentages
Cyan63.4%
Magenta36.2%
Yellow0.0%
Key (black)0.4%
Color previews
#5da2fe text on a black background
contrast 8.06:1
Card sample
#5da2fe text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5da2fe;
Background color
Panel with #5da2fe background
background-color: #5da2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5da2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 162, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 162, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5da2fe; background: linear-gradient(135deg, #5da2fe, #835DFE);