#83fccc
a light, electric green · cool · closest name: aquamarine
RGB
131, 252, 204
HSL
156°, 95%, 75%
CMYK
48, 0, 19, 1
Luminance
0.7881
Every format
| HEX | #83fccc |
| RGB | rgb(131, 252, 204) |
| HSL | hsl(156, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 19%, 1%) |
| LAB | lab(91.1 -45.0 12.6) |
| LCH | lch(91.1 46.7 164.4) |
| OKLCH | oklch(0.908 0.130 165.6) |
Copy-ready code
/* CSS */
color: #83fccc;
background-color: #83fccc;
/* Tailwind (arbitrary) */
class="text-[#83fccc] bg-[#83fccc]"
/* SCSS */
$brand: #83fccc;
/* SwiftUI */
Color(red: 0.514, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#83fccc")Accessibility — WCAG contrast
Aa
#83fccc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fccc on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.8%
Blue80.0%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#83fccc text on a black background
contrast 16.76:1
Card sample
#83fccc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fccc;
Background color
Panel with #83fccc background
background-color: #83fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fccc; background: linear-gradient(135deg, #83fccc, #83DBFC);