#83dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 223, 235
HSL
187°, 72%, 72%
CMYK
44, 5, 0, 8
Luminance
0.6360
Every format
| HEX | #83dfeb |
| RGB | rgb(131, 223, 235) |
| HSL | hsl(187, 72%, 72%) |
| CMYK | cmyk(44%, 5%, 0%, 8%) |
| LAB | lab(83.8 -24.4 -14.4) |
| LCH | lch(83.8 28.3 210.6) |
| OKLCH | oklch(0.851 0.089 206.4) |
Copy-ready code
/* CSS */
color: #83dfeb;
background-color: #83dfeb;
/* Tailwind (arbitrary) */
class="text-[#83dfeb] bg-[#83dfeb]"
/* SCSS */
$brand: #83dfeb;
/* SwiftUI */
Color(red: 0.514, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#83dfeb")Accessibility — WCAG contrast
Aa
#83dfeb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83dfeb on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green87.5%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#83dfeb text on a black background
contrast 13.72:1
Card sample
#83dfeb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83dfeb;
Background color
Panel with #83dfeb background
background-color: #83dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83dfeb; background: linear-gradient(135deg, #83dfeb, #839AEB);