#56aefd
a light, electric blue · cool · closest name: steelblue
RGB
86, 174, 253
HSL
208°, 98%, 67%
CMYK
66, 31, 0, 1
Luminance
0.3934
Every format
| HEX | #56aefd |
| RGB | rgb(86, 174, 253) |
| HSL | hsl(208, 98%, 67%) |
| CMYK | cmyk(66%, 31%, 0%, 1%) |
| LAB | lab(69.0 -2.3 -46.9) |
| LCH | lch(69.0 47.0 267.2) |
| OKLCH | oklch(0.731 0.143 248.2) |
Copy-ready code
/* CSS */
color: #56aefd;
background-color: #56aefd;
/* Tailwind (arbitrary) */
class="text-[#56aefd] bg-[#56aefd]"
/* SCSS */
$brand: #56aefd;
/* SwiftUI */
Color(red: 0.337, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#56aefd")Accessibility — WCAG contrast
Aa
#56aefd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56aefd on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#56aefd text on a black background
contrast 8.87:1
Card sample
#56aefd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56aefd;
Background color
Panel with #56aefd background
background-color: #56aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56aefd; background: linear-gradient(135deg, #56aefd, #6D56FD);