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