#5babfd
a light, electric blue · cool · closest name: dodgerblue
RGB
91, 171, 253
HSL
210°, 98%, 68%
CMYK
64, 32, 0, 1
Luminance
0.3844
Every format
| HEX | #5babfd |
| RGB | rgb(91, 171, 253) |
| HSL | hsl(210, 98%, 68%) |
| CMYK | cmyk(64%, 32%, 0%, 1%) |
| LAB | lab(68.3 0.2 -48.0) |
| LCH | lch(68.3 48.0 270.3) |
| OKLCH | oklch(0.726 0.144 250.9) |
Copy-ready code
/* CSS */
color: #5babfd;
background-color: #5babfd;
/* Tailwind (arbitrary) */
class="text-[#5babfd] bg-[#5babfd]"
/* SCSS */
$brand: #5babfd;
/* SwiftUI */
Color(red: 0.357, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#5babfd")Accessibility — WCAG contrast
Aa
#5babfd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5babfd on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green67.1%
Blue99.2%
CMYK percentages
Cyan64.0%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5babfd text on a black background
contrast 8.69:1
Card sample
#5babfd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5babfd;
Background color
Panel with #5babfd background
background-color: #5babfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5babfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5babfd; background: linear-gradient(135deg, #5babfd, #775BFD);