#83bcf2
a light, electric blue · cool · closest name: skyblue
RGB
131, 188, 242
HSL
209°, 81%, 73%
CMYK
46, 22, 0, 5
Luminance
0.4720
Every format
| HEX | #83bcf2 |
| RGB | rgb(131, 188, 242) |
| HSL | hsl(209, 81%, 73%) |
| CMYK | cmyk(46%, 22%, 0%, 5%) |
| LAB | lab(74.3 -4.4 -32.5) |
| LCH | lch(74.3 32.8 262.3) |
| OKLCH | oklch(0.776 0.098 247.9) |
Copy-ready code
/* CSS */
color: #83bcf2;
background-color: #83bcf2;
/* Tailwind (arbitrary) */
class="text-[#83bcf2] bg-[#83bcf2]"
/* SCSS */
$brand: #83bcf2;
/* SwiftUI */
Color(red: 0.514, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#83bcf2")Accessibility — WCAG contrast
Aa
#83bcf2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bcf2 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green73.7%
Blue94.9%
CMYK percentages
Cyan45.9%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#83bcf2 text on a black background
contrast 10.44:1
Card sample
#83bcf2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bcf2;
Background color
Panel with #83bcf2 background
background-color: #83bcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bcf2; background: linear-gradient(135deg, #83bcf2, #9483F2);