#83dbff
a light, electric cyan · cool · closest name: skyblue
RGB
131, 219, 255
HSL
197°, 100%, 76%
CMYK
49, 14, 0, 0
Luminance
0.6271
Every format
| HEX | #83dbff |
| RGB | rgb(131, 219, 255) |
| HSL | hsl(197, 100%, 76%) |
| CMYK | cmyk(49%, 14%, 0%, 0%) |
| LAB | lab(83.3 -17.1 -25.7) |
| LCH | lch(83.3 30.9 236.4) |
| OKLCH | oklch(0.849 0.099 226.3) |
Copy-ready code
/* CSS */
color: #83dbff;
background-color: #83dbff;
/* Tailwind (arbitrary) */
class="text-[#83dbff] bg-[#83dbff]"
/* SCSS */
$brand: #83dbff;
/* SwiftUI */
Color(red: 0.514, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#83dbff")Accessibility — WCAG contrast
Aa
#83dbff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83dbff on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green85.9%
Blue100.0%
CMYK percentages
Cyan48.6%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#83dbff text on a black background
contrast 13.54:1
Card sample
#83dbff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83dbff;
Background color
Panel with #83dbff background
background-color: #83dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83dbff; background: linear-gradient(135deg, #83dbff, #8388FF);