#83c0af
a balanced, soft cyan · cool · closest name: turquoise
RGB
131, 192, 175
HSL
163°, 33%, 63%
CMYK
32, 0, 9, 25
Luminance
0.4562
Every format
| HEX | #83c0af |
| RGB | rgb(131, 192, 175) |
| HSL | hsl(163, 33%, 63%) |
| CMYK | cmyk(32%, 0%, 9%, 25%) |
| LAB | lab(73.3 -23.3 2.3) |
| LCH | lch(73.3 23.4 174.3) |
| OKLCH | oklch(0.761 0.068 175.1) |
Copy-ready code
/* CSS */
color: #83c0af;
background-color: #83c0af;
/* Tailwind (arbitrary) */
class="text-[#83c0af] bg-[#83c0af]"
/* SCSS */
$brand: #83c0af;
/* SwiftUI */
Color(red: 0.514, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#83c0af")Accessibility — WCAG contrast
Aa
#83c0af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83c0af on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green75.3%
Blue68.6%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#83c0af text on a black background
contrast 10.12:1
Card sample
#83c0af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83c0af;
Background color
Panel with #83c0af background
background-color: #83c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83c0af; background: linear-gradient(135deg, #83c0af, #83A8C0);