#71acff
a light, electric blue · cool · closest name: dodgerblue
RGB
113, 172, 255
HSL
215°, 100%, 72%
CMYK
56, 33, 0, 0
Luminance
0.4024
Every format
| HEX | #71acff |
| RGB | rgb(113, 172, 255) |
| HSL | hsl(215, 100%, 72%) |
| CMYK | cmyk(56%, 33%, 0%, 0%) |
| LAB | lab(69.6 4.3 -46.9) |
| LCH | lch(69.6 47.1 275.3) |
| OKLCH | oklch(0.739 0.136 257.1) |
Copy-ready code
/* CSS */
color: #71acff;
background-color: #71acff;
/* Tailwind (arbitrary) */
class="text-[#71acff] bg-[#71acff]"
/* SCSS */
$brand: #71acff;
/* SwiftUI */
Color(red: 0.443, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#71acff")Accessibility — WCAG contrast
Aa
#71acff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71acff on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.5%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#71acff text on a black background
contrast 9.05:1
Card sample
#71acff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71acff;
Background color
Panel with #71acff background
background-color: #71acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71acff; background: linear-gradient(135deg, #71acff, #9571FF);