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