#83f2cd
a light, electric cyan · cool · closest name: aquamarine
RGB
131, 242, 205
HSL
160°, 81%, 73%
CMYK
46, 0, 15, 5
Luminance
0.7274
Every format
| HEX | #83f2cd |
| RGB | rgb(131, 242, 205) |
| HSL | hsl(160, 81%, 73%) |
| CMYK | cmyk(46%, 0%, 15%, 5%) |
| LAB | lab(88.3 -40.4 8.0) |
| LCH | lch(88.3 41.2 168.7) |
| OKLCH | oklch(0.885 0.116 169.8) |
Copy-ready code
/* CSS */
color: #83f2cd;
background-color: #83f2cd;
/* Tailwind (arbitrary) */
class="text-[#83f2cd] bg-[#83f2cd]"
/* SCSS */
$brand: #83f2cd;
/* SwiftUI */
Color(red: 0.514, green: 0.949, blue: 0.804)
/* Android */
Color.parseColor("#83f2cd")Accessibility — WCAG contrast
Aa
#83f2cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83f2cd on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green94.9%
Blue80.4%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow15.3%
Key (black)5.1%
Color previews
#83f2cd text on a black background
contrast 15.55:1
Card sample
#83f2cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83f2cd;
Background color
Panel with #83f2cd background
background-color: #83f2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83f2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 242, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 242, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83f2cd; background: linear-gradient(135deg, #83f2cd, #83CDF2);