#83efdf
a light, electric cyan · cool · closest name: turquoise
RGB
131, 239, 223
HSL
171°, 77%, 73%
CMYK
45, 0, 7, 6
Luminance
0.7189
Every format
| HEX | #83efdf |
| RGB | rgb(131, 239, 223) |
| HSL | hsl(171, 77%, 73%) |
| CMYK | cmyk(45%, 0%, 7%, 6%) |
| LAB | lab(87.9 -35.0 -1.9) |
| LCH | lch(87.9 35.0 183.2) |
| OKLCH | oklch(0.883 0.103 183.2) |
Copy-ready code
/* CSS */
color: #83efdf;
background-color: #83efdf;
/* Tailwind (arbitrary) */
class="text-[#83efdf] bg-[#83efdf]"
/* SCSS */
$brand: #83efdf;
/* SwiftUI */
Color(red: 0.514, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#83efdf")Accessibility — WCAG contrast
Aa
#83efdf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83efdf on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#83efdf text on a black background
contrast 15.38:1
Card sample
#83efdf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83efdf;
Background color
Panel with #83efdf background
background-color: #83efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83efdf; background: linear-gradient(135deg, #83efdf, #83B7EF);