#83afe2
a light, vivid blue · cool · closest name: steelblue
RGB
131, 175, 226
HSL
212°, 62%, 70%
CMYK
42, 23, 0, 11
Luminance
0.4098
Every format
| HEX | #83afe2 |
| RGB | rgb(131, 175, 226) |
| HSL | hsl(212, 62%, 70%) |
| CMYK | cmyk(42%, 23%, 0%, 11%) |
| LAB | lab(70.2 -1.7 -30.3) |
| LCH | lch(70.2 30.3 266.8) |
| OKLCH | oklch(0.742 0.088 252.6) |
Copy-ready code
/* CSS */
color: #83afe2;
background-color: #83afe2;
/* Tailwind (arbitrary) */
class="text-[#83afe2] bg-[#83afe2]"
/* SCSS */
$brand: #83afe2;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#83afe2")Accessibility — WCAG contrast
Aa
#83afe2 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83afe2 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue88.6%
CMYK percentages
Cyan42.0%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#83afe2 text on a black background
contrast 9.20:1
Card sample
#83afe2 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83afe2;
Background color
Panel with #83afe2 background
background-color: #83afe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83afe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83afe2; background: linear-gradient(135deg, #83afe2, #9683E2);