#83cef4
a light, electric blue · cool · closest name: skyblue
RGB
131, 206, 244
HSL
200°, 84%, 74%
CMYK
46, 16, 0, 4
Luminance
0.5550
Every format
| HEX | #83cef4 |
| RGB | rgb(131, 206, 244) |
| HSL | hsl(200, 84%, 74%) |
| CMYK | cmyk(46%, 16%, 0%, 4%) |
| LAB | lab(79.3 -13.4 -25.9) |
| LCH | lch(79.3 29.2 242.7) |
| OKLCH | oklch(0.816 0.092 231.5) |
Copy-ready code
/* CSS */
color: #83cef4;
background-color: #83cef4;
/* Tailwind (arbitrary) */
class="text-[#83cef4] bg-[#83cef4]"
/* SCSS */
$brand: #83cef4;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#83cef4")Accessibility — WCAG contrast
Aa
#83cef4 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cef4 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue95.7%
CMYK percentages
Cyan46.3%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#83cef4 text on a black background
contrast 12.10:1
Card sample
#83cef4 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cef4;
Background color
Panel with #83cef4 background
background-color: #83cef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cef4; background: linear-gradient(135deg, #83cef4, #8383F4);