#83ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
131, 255, 223
HSL
165°, 100%, 76%
CMYK
49, 0, 13, 0
Luminance
0.8167
Every format
| HEX | #83ffdf |
| RGB | rgb(131, 255, 223) |
| HSL | hsl(165, 100%, 76%) |
| CMYK | cmyk(49%, 0%, 13%, 0%) |
| LAB | lab(92.4 -42.2 4.6) |
| LCH | lch(92.4 42.5 173.7) |
| OKLCH | oklch(0.919 0.121 174.5) |
Copy-ready code
/* CSS */
color: #83ffdf;
background-color: #83ffdf;
/* Tailwind (arbitrary) */
class="text-[#83ffdf] bg-[#83ffdf]"
/* SCSS */
$brand: #83ffdf;
/* SwiftUI */
Color(red: 0.514, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#83ffdf")Accessibility — WCAG contrast
Aa
#83ffdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ffdf on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green100.0%
Blue87.5%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#83ffdf text on a black background
contrast 17.33:1
Card sample
#83ffdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ffdf;
Background color
Panel with #83ffdf background
background-color: #83ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ffdf; background: linear-gradient(135deg, #83ffdf, #83CCFF);