#71aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
113, 174, 253
HSL
214°, 97%, 72%
CMYK
55, 31, 0, 1
Luminance
0.4087
Every format
| HEX | #71aefd |
| RGB | rgb(113, 174, 253) |
| HSL | hsl(214, 97%, 72%) |
| CMYK | cmyk(55%, 31%, 0%, 1%) |
| LAB | lab(70.1 2.6 -45.1) |
| LCH | lch(70.1 45.2 273.3) |
| OKLCH | oklch(0.742 0.132 255.4) |
Copy-ready code
/* CSS */
color: #71aefd;
background-color: #71aefd;
/* Tailwind (arbitrary) */
class="text-[#71aefd] bg-[#71aefd]"
/* SCSS */
$brand: #71aefd;
/* SwiftUI */
Color(red: 0.443, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#71aefd")Accessibility — WCAG contrast
Aa
#71aefd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71aefd on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.2%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#71aefd text on a black background
contrast 9.17:1
Card sample
#71aefd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71aefd;
Background color
Panel with #71aefd background
background-color: #71aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71aefd; background: linear-gradient(135deg, #71aefd, #9271FD);