#83cef2
a light, electric cyan · cool · closest name: skyblue
RGB
131, 206, 242
HSL
200°, 81%, 73%
CMYK
46, 15, 0, 5
Luminance
0.5538
Every format
| HEX | #83cef2 |
| RGB | rgb(131, 206, 242) |
| HSL | hsl(200, 81%, 73%) |
| CMYK | cmyk(46%, 15%, 0%, 5%) |
| LAB | lab(79.3 -13.9 -25.0) |
| LCH | lch(79.3 28.6 240.8) |
| OKLCH | oklch(0.816 0.090 230.0) |
Copy-ready code
/* CSS */
color: #83cef2;
background-color: #83cef2;
/* Tailwind (arbitrary) */
class="text-[#83cef2] bg-[#83cef2]"
/* SCSS */
$brand: #83cef2;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#83cef2")Accessibility — WCAG contrast
Aa
#83cef2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cef2 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue94.9%
CMYK percentages
Cyan45.9%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#83cef2 text on a black background
contrast 12.08:1
Card sample
#83cef2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cef2;
Background color
Panel with #83cef2 background
background-color: #83cef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cef2; background: linear-gradient(135deg, #83cef2, #8384F2);