#83cdff
a light, electric blue · cool · closest name: skyblue
RGB
131, 205, 255
HSL
204°, 100%, 76%
CMYK
49, 20, 0, 0
Luminance
0.5571
Every format
| HEX | #83cdff |
| RGB | rgb(131, 205, 255) |
| HSL | hsl(204, 100%, 76%) |
| CMYK | cmyk(49%, 20%, 0%, 0%) |
| LAB | lab(79.5 -9.8 -31.6) |
| LCH | lch(79.5 33.1 252.7) |
| OKLCH | oklch(0.819 0.102 239.3) |
Copy-ready code
/* CSS */
color: #83cdff;
background-color: #83cdff;
/* Tailwind (arbitrary) */
class="text-[#83cdff] bg-[#83cdff]"
/* SCSS */
$brand: #83cdff;
/* SwiftUI */
Color(red: 0.514, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#83cdff")Accessibility — WCAG contrast
Aa
#83cdff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cdff on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.4%
Blue100.0%
CMYK percentages
Cyan48.6%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#83cdff text on a black background
contrast 12.14:1
Card sample
#83cdff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cdff;
Background color
Panel with #83cdff background
background-color: #83cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cdff; background: linear-gradient(135deg, #83cdff, #8C83FF);