#83cceb
a light, vivid cyan · cool · “skyblue”
RGB
131, 204, 235
HSL
198°, 72%, 72%
CMYK
44, 13, 0, 8
Luminance
0.5401
Every format
| HEX | #83cceb |
| RGB | rgb(131, 204, 235) |
| HSL | hsl(198, 72%, 72%) |
| CMYK | cmyk(44%, 13%, 0%, 8%) |
| LAB | lab(78.5 -14.8 -22.4) |
| LCH | lch(78.5 26.9 236.6) |
| OKLCH | oklch(0.808 0.085 226.8) |
Copy-ready code
/* CSS */
color: #83cceb;
background-color: #83cceb;
/* Tailwind (arbitrary) */
class="text-[#83cceb] bg-[#83cceb]"
/* SCSS */
$brand: #83cceb;
/* SwiftUI */
Color(red: 0.514, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#83cceb")Accessibility — WCAG contrast
Aa
#83cceb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cceb on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.0%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#83cceb text on a black background
contrast 11.80:1
Card sample
#83cceb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cceb;
Background color
Panel with #83cceb background
background-color: #83cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cceb; background: linear-gradient(135deg, #83cceb, #8387EB);