#83cfba
a light, soft cyan · cool · closest name: turquoise
RGB
131, 207, 186
HSL
163°, 44%, 66%
CMYK
37, 0, 10, 19
Luminance
0.5300
Every format
| HEX | #83cfba |
| RGB | rgb(131, 207, 186) |
| HSL | hsl(163, 44%, 66%) |
| CMYK | cmyk(37%, 0%, 10%, 19%) |
| LAB | lab(77.9 -28.3 3.0) |
| LCH | lch(77.9 28.4 173.9) |
| OKLCH | oklch(0.799 0.082 174.7) |
Copy-ready code
/* CSS */
color: #83cfba;
background-color: #83cfba;
/* Tailwind (arbitrary) */
class="text-[#83cfba] bg-[#83cfba]"
/* SCSS */
$brand: #83cfba;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#83cfba")Accessibility — WCAG contrast
Aa
#83cfba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cfba on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#83cfba text on a black background
contrast 11.60:1
Card sample
#83cfba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cfba;
Background color
Panel with #83cfba background
background-color: #83cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cfba; background: linear-gradient(135deg, #83cfba, #83B1CF);