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