#83facf
a light, electric green · cool · closest name: aquamarine
RGB
131, 250, 207
HSL
158°, 92%, 75%
CMYK
48, 0, 17, 2
Luminance
0.7770
Every format
| HEX | #83facf |
| RGB | rgb(131, 250, 207) |
| HSL | hsl(158, 92%, 75%) |
| CMYK | cmyk(48%, 0%, 17%, 2%) |
| LAB | lab(90.6 -43.5 10.3) |
| LCH | lch(90.6 44.7 166.6) |
| OKLCH | oklch(0.904 0.125 167.8) |
Copy-ready code
/* CSS */
color: #83facf;
background-color: #83facf;
/* Tailwind (arbitrary) */
class="text-[#83facf] bg-[#83facf]"
/* SCSS */
$brand: #83facf;
/* SwiftUI */
Color(red: 0.514, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#83facf")Accessibility — WCAG contrast
Aa
#83facf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83facf on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.0%
Blue81.2%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#83facf text on a black background
contrast 16.54:1
Card sample
#83facf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83facf;
Background color
Panel with #83facf background
background-color: #83facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83facf; background: linear-gradient(135deg, #83facf, #83D6FA);