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