#83fccf
a light, electric green · cool · “aquamarine”
RGB
131, 252, 207
HSL
158°, 95%, 75%
CMYK
48, 0, 18, 1
Luminance
0.7895
Every format
| HEX | #83fccf |
| RGB | rgb(131, 252, 207) |
| HSL | hsl(158, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 18%, 1%) |
| LAB | lab(91.2 -44.4 11.1) |
| LCH | lch(91.2 45.8 165.9) |
| OKLCH | oklch(0.908 0.128 167.0) |
Copy-ready code
/* CSS */
color: #83fccf;
background-color: #83fccf;
/* Tailwind (arbitrary) */
class="text-[#83fccf] bg-[#83fccf]"
/* SCSS */
$brand: #83fccf;
/* SwiftUI */
Color(red: 0.514, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#83fccf")Accessibility — WCAG contrast
Aa
#83fccf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fccf on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.8%
Blue81.2%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#83fccf text on a black background
contrast 16.79:1
Card sample
#83fccf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fccf;
Background color
Panel with #83fccf background
background-color: #83fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fccf; background: linear-gradient(135deg, #83fccf, #83D8FC);