#83eeeb
a light, electric cyan · cool · closest name: turquoise
RGB
131, 238, 235
HSL
178°, 76%, 72%
CMYK
45, 0, 1, 7
Luminance
0.7197
Every format
| HEX | #83eeeb |
| RGB | rgb(131, 238, 235) |
| HSL | hsl(178, 76%, 72%) |
| CMYK | cmyk(45%, 0%, 1%, 7%) |
| LAB | lab(88.0 -31.6 -8.2) |
| LCH | lch(88.0 32.6 194.5) |
| OKLCH | oklch(0.884 0.100 193.1) |
Copy-ready code
/* CSS */
color: #83eeeb;
background-color: #83eeeb;
/* Tailwind (arbitrary) */
class="text-[#83eeeb] bg-[#83eeeb]"
/* SCSS */
$brand: #83eeeb;
/* SwiftUI */
Color(red: 0.514, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#83eeeb")Accessibility — WCAG contrast
Aa
#83eeeb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83eeeb on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green93.3%
Blue92.2%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#83eeeb text on a black background
contrast 15.39:1
Card sample
#83eeeb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83eeeb;
Background color
Panel with #83eeeb background
background-color: #83eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83eeeb; background: linear-gradient(135deg, #83eeeb, #83AAEE);