#83b5cd
a light, soft cyan · cool · closest name: skyblue
RGB
131, 181, 205
HSL
200°, 43%, 66%
CMYK
36, 12, 0, 20
Luminance
0.4228
Every format
| HEX | #83b5cd |
| RGB | rgb(131, 181, 205) |
| HSL | hsl(200, 43%, 66%) |
| CMYK | cmyk(36%, 12%, 0%, 20%) |
| LAB | lab(71.1 -10.5 -17.4) |
| LCH | lch(71.1 20.3 238.8) |
| OKLCH | oklch(0.746 0.063 229.3) |
Copy-ready code
/* CSS */
color: #83b5cd;
background-color: #83b5cd;
/* Tailwind (arbitrary) */
class="text-[#83b5cd] bg-[#83b5cd]"
/* SCSS */
$brand: #83b5cd;
/* SwiftUI */
Color(red: 0.514, green: 0.710, blue: 0.804)
/* Android */
Color.parseColor("#83b5cd")Accessibility — WCAG contrast
Aa
#83b5cd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83b5cd on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green71.0%
Blue80.4%
CMYK percentages
Cyan36.1%
Magenta11.7%
Yellow0.0%
Key (black)19.6%
Color previews
#83b5cd text on a black background
contrast 9.46:1
Card sample
#83b5cd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83b5cd;
Background color
Panel with #83b5cd background
background-color: #83b5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83b5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 181, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 181, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83b5cd; background: linear-gradient(135deg, #83b5cd, #8384CD);