#71abeb
a light, electric blue · cool · closest name: steelblue
RGB
113, 171, 235
HSL
212°, 75%, 68%
CMYK
52, 27, 0, 8
Luminance
0.3863
Every format
| HEX | #71abeb |
| RGB | rgb(113, 171, 235) |
| HSL | hsl(212, 75%, 68%) |
| CMYK | cmyk(52%, 27%, 0%, 8%) |
| LAB | lab(68.5 -1.2 -37.9) |
| LCH | lch(68.5 37.9 268.2) |
| OKLCH | oklch(0.727 0.112 251.8) |
Copy-ready code
/* CSS */
color: #71abeb;
background-color: #71abeb;
/* Tailwind (arbitrary) */
class="text-[#71abeb] bg-[#71abeb]"
/* SCSS */
$brand: #71abeb;
/* SwiftUI */
Color(red: 0.443, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#71abeb")Accessibility — WCAG contrast
Aa
#71abeb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71abeb on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan51.9%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#71abeb text on a black background
contrast 8.73:1
Card sample
#71abeb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71abeb;
Background color
Panel with #71abeb background
background-color: #71abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71abeb; background: linear-gradient(135deg, #71abeb, #8871EB);