#83c1ff
a light, electric blue · cool · closest name: skyblue
RGB
131, 193, 255
HSL
210°, 100%, 76%
CMYK
49, 24, 0, 0
Luminance
0.5019
Every format
| HEX | #83c1ff |
| RGB | rgb(131, 193, 255) |
| HSL | hsl(210, 100%, 76%) |
| CMYK | cmyk(49%, 24%, 0%, 0%) |
| LAB | lab(76.2 -3.4 -36.6) |
| LCH | lch(76.2 36.8 264.7) |
| OKLCH | oklch(0.793 0.109 249.4) |
Copy-ready code
/* CSS */
color: #83c1ff;
background-color: #83c1ff;
/* Tailwind (arbitrary) */
class="text-[#83c1ff] bg-[#83c1ff]"
/* SCSS */
$brand: #83c1ff;
/* SwiftUI */
Color(red: 0.514, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#83c1ff")Accessibility — WCAG contrast
Aa
#83c1ff on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83c1ff on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green75.7%
Blue100.0%
CMYK percentages
Cyan48.6%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#83c1ff text on a black background
contrast 11.04:1
Card sample
#83c1ff text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83c1ff;
Background color
Panel with #83c1ff background
background-color: #83c1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83c1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83c1ff; background: linear-gradient(135deg, #83c1ff, #9883FF);