#57abfd
a light, electric blue · cool · closest name: dodgerblue
RGB
87, 171, 253
HSL
210°, 98%, 67%
CMYK
66, 32, 0, 1
Luminance
0.3824
Every format
| HEX | #57abfd |
| RGB | rgb(87, 171, 253) |
| HSL | hsl(210, 98%, 67%) |
| CMYK | cmyk(66%, 32%, 0%, 1%) |
| LAB | lab(68.2 -0.4 -48.2) |
| LCH | lch(68.2 48.2 269.5) |
| OKLCH | oklch(0.725 0.145 250.0) |
Copy-ready code
/* CSS */
color: #57abfd;
background-color: #57abfd;
/* Tailwind (arbitrary) */
class="text-[#57abfd] bg-[#57abfd]"
/* SCSS */
$brand: #57abfd;
/* SwiftUI */
Color(red: 0.341, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#57abfd")Accessibility — WCAG contrast
Aa
#57abfd on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57abfd on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green67.1%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#57abfd text on a black background
contrast 8.65:1
Card sample
#57abfd text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57abfd;
Background color
Panel with #57abfd background
background-color: #57abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57abfd; background: linear-gradient(135deg, #57abfd, #7257FD);