#83e7eb
a light, vivid cyan · cool · closest name: turquoise
RGB
131, 231, 235
HSL
182°, 72%, 72%
CMYK
44, 2, 0, 8
Luminance
0.6798
Every format
| HEX | #83e7eb |
| RGB | rgb(131, 231, 235) |
| HSL | hsl(182, 72%, 72%) |
| CMYK | cmyk(44%, 2%, 0%, 8%) |
| LAB | lab(86.0 -28.3 -11.1) |
| LCH | lch(86.0 30.4 201.4) |
| OKLCH | oklch(0.869 0.094 198.9) |
Copy-ready code
/* CSS */
color: #83e7eb;
background-color: #83e7eb;
/* Tailwind (arbitrary) */
class="text-[#83e7eb] bg-[#83e7eb]"
/* SCSS */
$brand: #83e7eb;
/* SwiftUI */
Color(red: 0.514, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#83e7eb")Accessibility — WCAG contrast
Aa
#83e7eb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83e7eb on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green90.6%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#83e7eb text on a black background
contrast 14.60:1
Card sample
#83e7eb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83e7eb;
Background color
Panel with #83e7eb background
background-color: #83e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83e7eb; background: linear-gradient(135deg, #83e7eb, #83A2EB);