#83afeb
a light, vivid blue · cool · closest name: steelblue
RGB
131, 175, 235
HSL
215°, 72%, 72%
CMYK
44, 26, 0, 8
Luminance
0.4148
Every format
| HEX | #83afeb |
| RGB | rgb(131, 175, 235) |
| HSL | hsl(215, 72%, 72%) |
| CMYK | cmyk(44%, 26%, 0%, 8%) |
| LAB | lab(70.5 0.8 -34.6) |
| LCH | lch(70.5 34.6 271.3) |
| OKLCH | oklch(0.746 0.099 256.3) |
Copy-ready code
/* CSS */
color: #83afeb;
background-color: #83afeb;
/* Tailwind (arbitrary) */
class="text-[#83afeb] bg-[#83afeb]"
/* SCSS */
$brand: #83afeb;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#83afeb")Accessibility — WCAG contrast
Aa
#83afeb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83afeb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#83afeb text on a black background
contrast 9.30:1
Card sample
#83afeb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83afeb;
Background color
Panel with #83afeb background
background-color: #83afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83afeb; background: linear-gradient(135deg, #83afeb, #9C83EB);