#83bceb
a light, vivid blue · cool · closest name: skyblue
RGB
131, 188, 235
HSL
207°, 72%, 72%
CMYK
44, 20, 0, 8
Luminance
0.4679
Every format
| HEX | #83bceb |
| RGB | rgb(131, 188, 235) |
| HSL | hsl(207, 72%, 72%) |
| CMYK | cmyk(44%, 20%, 0%, 8%) |
| LAB | lab(74.0 -6.3 -29.2) |
| LCH | lch(74.0 29.9 257.8) |
| OKLCH | oklch(0.773 0.090 244.2) |
Copy-ready code
/* CSS */
color: #83bceb;
background-color: #83bceb;
/* Tailwind (arbitrary) */
class="text-[#83bceb] bg-[#83bceb]"
/* SCSS */
$brand: #83bceb;
/* SwiftUI */
Color(red: 0.514, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#83bceb")Accessibility — WCAG contrast
Aa
#83bceb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bceb on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green73.7%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#83bceb text on a black background
contrast 10.36:1
Card sample
#83bceb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bceb;
Background color
Panel with #83bceb background
background-color: #83bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bceb; background: linear-gradient(135deg, #83bceb, #8F83EB);