#83eccc
a light, vivid cyan · cool · closest name: aquamarine
RGB
131, 236, 204
HSL
162°, 73%, 72%
CMYK
45, 0, 14, 8
Luminance
0.6918
Every format
| HEX | #83eccc |
| RGB | rgb(131, 236, 204) |
| HSL | hsl(162, 73%, 72%) |
| CMYK | cmyk(45%, 0%, 14%, 8%) |
| LAB | lab(86.6 -37.9 6.1) |
| LCH | lch(86.6 38.4 170.9) |
| OKLCH | oklch(0.871 0.109 171.8) |
Copy-ready code
/* CSS */
color: #83eccc;
background-color: #83eccc;
/* Tailwind (arbitrary) */
class="text-[#83eccc] bg-[#83eccc]"
/* SCSS */
$brand: #83eccc;
/* SwiftUI */
Color(red: 0.514, green: 0.925, blue: 0.800)
/* Android */
Color.parseColor("#83eccc")Accessibility — WCAG contrast
Aa
#83eccc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83eccc on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green92.5%
Blue80.0%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow13.6%
Key (black)7.5%
Color previews
#83eccc text on a black background
contrast 14.84:1
Card sample
#83eccc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83eccc;
Background color
Panel with #83eccc background
background-color: #83eccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83eccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 236, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 236, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83eccc; background: linear-gradient(135deg, #83eccc, #83C6EC);