#5dafff
a light, electric blue · cool · closest name: dodgerblue
RGB
93, 175, 255
HSL
210°, 100%, 68%
CMYK
64, 31, 0, 0
Luminance
0.4021
Every format
| HEX | #5dafff |
| RGB | rgb(93, 175, 255) |
| HSL | hsl(210, 100%, 68%) |
| CMYK | cmyk(64%, 31%, 0%, 0%) |
| LAB | lab(69.6 -1.1 -47.0) |
| LCH | lch(69.6 47.0 268.7) |
| OKLCH | oklch(0.737 0.142 249.8) |
Copy-ready code
/* CSS */
color: #5dafff;
background-color: #5dafff;
/* Tailwind (arbitrary) */
class="text-[#5dafff] bg-[#5dafff]"
/* SCSS */
$brand: #5dafff;
/* SwiftUI */
Color(red: 0.365, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#5dafff")Accessibility — WCAG contrast
Aa
#5dafff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dafff on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green68.6%
Blue100.0%
CMYK percentages
Cyan63.5%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#5dafff text on a black background
contrast 9.04:1
Card sample
#5dafff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dafff;
Background color
Panel with #5dafff background
background-color: #5dafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dafff; background: linear-gradient(135deg, #5dafff, #775DFF);