#83bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
131, 188, 223
HSL
203°, 59%, 69%
CMYK
41, 16, 0, 13
Luminance
0.4612
Every format
| HEX | #83bcdf |
| RGB | rgb(131, 188, 223) |
| HSL | hsl(203, 59%, 69%) |
| CMYK | cmyk(41%, 16%, 0%, 13%) |
| LAB | lab(73.6 -9.6 -23.3) |
| LCH | lch(73.6 25.2 247.7) |
| OKLCH | oklch(0.769 0.078 236.1) |
Copy-ready code
/* CSS */
color: #83bcdf;
background-color: #83bcdf;
/* Tailwind (arbitrary) */
class="text-[#83bcdf] bg-[#83bcdf]"
/* SCSS */
$brand: #83bcdf;
/* SwiftUI */
Color(red: 0.514, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#83bcdf")Accessibility — WCAG contrast
Aa
#83bcdf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bcdf on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#83bcdf text on a black background
contrast 10.22:1
Card sample
#83bcdf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bcdf;
Background color
Panel with #83bcdf background
background-color: #83bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bcdf; background: linear-gradient(135deg, #83bcdf, #8783DF);