#5da2ff
a light, electric blue · cool · closest name: dodgerblue
RGB
93, 162, 255
HSL
214°, 100%, 68%
CMYK
64, 37, 0, 0
Luminance
0.3539
Every format
| HEX | #5da2ff |
| RGB | rgb(93, 162, 255) |
| HSL | hsl(214, 100%, 68%) |
| CMYK | cmyk(64%, 37%, 0%, 0%) |
| LAB | lab(66.0 6.4 -52.6) |
| LCH | lch(66.0 53.0 276.9) |
| OKLCH | oklch(0.709 0.154 256.4) |
Copy-ready code
/* CSS */
color: #5da2ff;
background-color: #5da2ff;
/* Tailwind (arbitrary) */
class="text-[#5da2ff] bg-[#5da2ff]"
/* SCSS */
$brand: #5da2ff;
/* SwiftUI */
Color(red: 0.365, green: 0.635, blue: 1.000)
/* Android */
Color.parseColor("#5da2ff")Accessibility — WCAG contrast
Aa
#5da2ff on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5da2ff on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green63.5%
Blue100.0%
CMYK percentages
Cyan63.5%
Magenta36.5%
Yellow0.0%
Key (black)0.0%
Color previews
#5da2ff text on a black background
contrast 8.08:1
Card sample
#5da2ff text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5da2ff;
Background color
Panel with #5da2ff background
background-color: #5da2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5da2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 162, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 162, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5da2ff; background: linear-gradient(135deg, #5da2ff, #845DFF);