#83a2ba
a balanced, soft blue · cool · closest name: skyblue
RGB
131, 162, 186
HSL
206°, 29%, 62%
CMYK
30, 13, 0, 27
Luminance
0.3421
Every format
| HEX | #83a2ba |
| RGB | rgb(131, 162, 186) |
| HSL | hsl(206, 29%, 62%) |
| CMYK | cmyk(30%, 13%, 0%, 27%) |
| LAB | lab(65.1 -5.0 -15.9) |
| LCH | lch(65.1 16.6 252.5) |
| OKLCH | oklch(0.697 0.049 241.7) |
Copy-ready code
/* CSS */
color: #83a2ba;
background-color: #83a2ba;
/* Tailwind (arbitrary) */
class="text-[#83a2ba] bg-[#83a2ba]"
/* SCSS */
$brand: #83a2ba;
/* SwiftUI */
Color(red: 0.514, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#83a2ba")Accessibility — WCAG contrast
Aa
#83a2ba on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83a2ba on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green63.5%
Blue72.9%
CMYK percentages
Cyan29.6%
Magenta12.9%
Yellow0.0%
Key (black)27.1%
Color previews
#83a2ba text on a black background
contrast 7.84:1
Card sample
#83a2ba text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83a2ba;
Background color
Panel with #83a2ba background
background-color: #83a2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83a2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83a2ba; background: linear-gradient(135deg, #83a2ba, #8983BA);