#71afeb
a light, electric blue · cool · closest name: steelblue
RGB
113, 175, 235
HSL
210°, 75%, 68%
CMYK
52, 26, 0, 8
Luminance
0.4017
Every format
| HEX | #71afeb |
| RGB | rgb(113, 175, 235) |
| HSL | hsl(210, 75%, 68%) |
| CMYK | cmyk(52%, 26%, 0%, 8%) |
| LAB | lab(69.6 -3.4 -36.1) |
| LCH | lch(69.6 36.3 264.6) |
| OKLCH | oklch(0.736 0.109 248.7) |
Copy-ready code
/* CSS */
color: #71afeb;
background-color: #71afeb;
/* Tailwind (arbitrary) */
class="text-[#71afeb] bg-[#71afeb]"
/* SCSS */
$brand: #71afeb;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#71afeb")Accessibility — WCAG contrast
Aa
#71afeb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afeb on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan51.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#71afeb text on a black background
contrast 9.03:1
Card sample
#71afeb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afeb;
Background color
Panel with #71afeb background
background-color: #71afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afeb; background: linear-gradient(135deg, #71afeb, #8471EB);