#83baf3
a light, electric blue · cool · closest name: skyblue
RGB
131, 186, 243
HSL
211°, 82%, 73%
CMYK
46, 24, 0, 5
Luminance
0.4641
Every format
| HEX | #83baf3 |
| RGB | rgb(131, 186, 243) |
| HSL | hsl(211, 82%, 73%) |
| CMYK | cmyk(46%, 24%, 0%, 5%) |
| LAB | lab(73.8 -3.0 -33.9) |
| LCH | lch(73.8 34.0 264.9) |
| OKLCH | oklch(0.773 0.100 250.1) |
Copy-ready code
/* CSS */
color: #83baf3;
background-color: #83baf3;
/* Tailwind (arbitrary) */
class="text-[#83baf3] bg-[#83baf3]"
/* SCSS */
$brand: #83baf3;
/* SwiftUI */
Color(red: 0.514, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#83baf3")Accessibility — WCAG contrast
Aa
#83baf3 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83baf3 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green72.9%
Blue95.3%
CMYK percentages
Cyan46.1%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#83baf3 text on a black background
contrast 10.28:1
Card sample
#83baf3 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83baf3;
Background color
Panel with #83baf3 background
background-color: #83baf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83baf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83baf3; background: linear-gradient(135deg, #83baf3, #9683F3);