#83b3ba
a balanced, soft cyan · cool · closest name: skyblue
RGB
131, 179, 186
HSL
188°, 29%, 62%
CMYK
30, 4, 0, 27
Luminance
0.4061
Every format
| HEX | #83b3ba |
| RGB | rgb(131, 179, 186) |
| HSL | hsl(188, 29%, 62%) |
| CMYK | cmyk(30%, 4%, 0%, 27%) |
| LAB | lab(69.9 -14.2 -8.7) |
| LCH | lch(69.9 16.6 211.6) |
| OKLCH | oklch(0.735 0.052 207.3) |
Copy-ready code
/* CSS */
color: #83b3ba;
background-color: #83b3ba;
/* Tailwind (arbitrary) */
class="text-[#83b3ba] bg-[#83b3ba]"
/* SCSS */
$brand: #83b3ba;
/* SwiftUI */
Color(red: 0.514, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#83b3ba")Accessibility — WCAG contrast
Aa
#83b3ba on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83b3ba on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green70.2%
Blue72.9%
CMYK percentages
Cyan29.6%
Magenta3.8%
Yellow0.0%
Key (black)27.1%
Color previews
#83b3ba text on a black background
contrast 9.12:1
Card sample
#83b3ba text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83b3ba;
Background color
Panel with #83b3ba background
background-color: #83b3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83b3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83b3ba; background: linear-gradient(135deg, #83b3ba, #838EBA);