#83f9da
a light, electric cyan · cool · closest name: aquamarine
RGB
131, 249, 218
HSL
164°, 91%, 75%
CMYK
47, 0, 12, 2
Luminance
0.7764
Every format
| HEX | #83f9da |
| RGB | rgb(131, 249, 218) |
| HSL | hsl(164, 91%, 75%) |
| CMYK | cmyk(47%, 0%, 12%, 2%) |
| LAB | lab(90.6 -40.7 4.6) |
| LCH | lch(90.6 40.9 173.6) |
| OKLCH | oklch(0.904 0.117 174.3) |
Copy-ready code
/* CSS */
color: #83f9da;
background-color: #83f9da;
/* Tailwind (arbitrary) */
class="text-[#83f9da] bg-[#83f9da]"
/* SCSS */
$brand: #83f9da;
/* SwiftUI */
Color(red: 0.514, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#83f9da")Accessibility — WCAG contrast
Aa
#83f9da on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83f9da on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green97.6%
Blue85.5%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#83f9da text on a black background
contrast 16.53:1
Card sample
#83f9da text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83f9da;
Background color
Panel with #83f9da background
background-color: #83f9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83f9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83f9da; background: linear-gradient(135deg, #83f9da, #83C9F9);