#83fdcd
a light, electric green · cool · closest name: aquamarine
RGB
131, 253, 205
HSL
156°, 97%, 75%
CMYK
48, 0, 19, 1
Luminance
0.7948
Every format
| HEX | #83fdcd |
| RGB | rgb(131, 253, 205) |
| HSL | hsl(156, 97%, 75%) |
| CMYK | cmyk(48%, 0%, 19%, 1%) |
| LAB | lab(91.5 -45.2 12.5) |
| LCH | lch(91.5 46.9 164.5) |
| OKLCH | oklch(0.910 0.130 165.7) |
Copy-ready code
/* CSS */
color: #83fdcd;
background-color: #83fdcd;
/* Tailwind (arbitrary) */
class="text-[#83fdcd] bg-[#83fdcd]"
/* SCSS */
$brand: #83fdcd;
/* SwiftUI */
Color(red: 0.514, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#83fdcd")Accessibility — WCAG contrast
Aa
#83fdcd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fdcd on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green99.2%
Blue80.4%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#83fdcd text on a black background
contrast 16.90:1
Card sample
#83fdcd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fdcd;
Background color
Panel with #83fdcd background
background-color: #83fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fdcd; background: linear-gradient(135deg, #83fdcd, #83DCFD);