#83eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
131, 236, 207
HSL
163°, 73%, 72%
CMYK
45, 0, 12, 8
Luminance
0.6932
Every format
| HEX | #83eccf |
| RGB | rgb(131, 236, 207) |
| HSL | hsl(163, 73%, 72%) |
| CMYK | cmyk(45%, 0%, 12%, 8%) |
| LAB | lab(86.7 -37.2 4.6) |
| LCH | lch(86.7 37.5 172.9) |
| OKLCH | oklch(0.872 0.107 173.8) |
Copy-ready code
/* CSS */
color: #83eccf;
background-color: #83eccf;
/* Tailwind (arbitrary) */
class="text-[#83eccf] bg-[#83eccf]"
/* SCSS */
$brand: #83eccf;
/* SwiftUI */
Color(red: 0.514, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#83eccf")Accessibility — WCAG contrast
Aa
#83eccf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83eccf on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green92.5%
Blue81.2%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#83eccf text on a black background
contrast 14.86:1
Card sample
#83eccf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83eccf;
Background color
Panel with #83eccf background
background-color: #83eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83eccf; background: linear-gradient(135deg, #83eccf, #83C3EC);