#83bdfb
a light, electric blue · cool · closest name: skyblue
RGB
131, 189, 251
HSL
211°, 94%, 75%
CMYK
48, 25, 0, 2
Luminance
0.4819
Every format
| HEX | #83bdfb |
| RGB | rgb(131, 189, 251) |
| HSL | hsl(211, 94%, 75%) |
| CMYK | cmyk(48%, 25%, 0%, 2%) |
| LAB | lab(74.9 -2.4 -36.4) |
| LCH | lch(74.9 36.5 266.2) |
| OKLCH | oklch(0.782 0.108 250.9) |
Copy-ready code
/* CSS */
color: #83bdfb;
background-color: #83bdfb;
/* Tailwind (arbitrary) */
class="text-[#83bdfb] bg-[#83bdfb]"
/* SCSS */
$brand: #83bdfb;
/* SwiftUI */
Color(red: 0.514, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#83bdfb")Accessibility — WCAG contrast
Aa
#83bdfb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bdfb on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green74.1%
Blue98.4%
CMYK percentages
Cyan47.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#83bdfb text on a black background
contrast 10.64:1
Card sample
#83bdfb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bdfb;
Background color
Panel with #83bdfb background
background-color: #83bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bdfb; background: linear-gradient(135deg, #83bdfb, #9983FB);