#83ced8
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 206, 216
HSL
187°, 52%, 68%
CMYK
39, 5, 0, 15
Luminance
0.5393
Every format
| HEX | #83ced8 |
| RGB | rgb(131, 206, 216) |
| HSL | hsl(187, 52%, 68%) |
| CMYK | cmyk(39%, 5%, 0%, 15%) |
| LAB | lab(78.4 -20.7 -12.3) |
| LCH | lch(78.4 24.1 210.7) |
| OKLCH | oklch(0.806 0.076 206.5) |
Copy-ready code
/* CSS */
color: #83ced8;
background-color: #83ced8;
/* Tailwind (arbitrary) */
class="text-[#83ced8] bg-[#83ced8]"
/* SCSS */
$brand: #83ced8;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.847)
/* Android */
Color.parseColor("#83ced8")Accessibility — WCAG contrast
Aa
#83ced8 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ced8 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue84.7%
CMYK percentages
Cyan39.4%
Magenta4.6%
Yellow0.0%
Key (black)15.3%
Color previews
#83ced8 text on a black background
contrast 11.79:1
Card sample
#83ced8 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ced8;
Background color
Panel with #83ced8 background
background-color: #83ced8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ced8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ced8; background: linear-gradient(135deg, #83ced8, #8395D8);