#83cfab
a light, soft green · cool · closest name: turquoise
RGB
131, 207, 171
HSL
152°, 44%, 66%
CMYK
37, 0, 17, 19
Luminance
0.5239
Every format
| HEX | #83cfab |
| RGB | rgb(131, 207, 171) |
| HSL | hsl(152, 44%, 66%) |
| CMYK | cmyk(37%, 0%, 17%, 19%) |
| LAB | lab(77.5 -31.5 10.5) |
| LCH | lch(77.5 33.2 161.5) |
| OKLCH | oklch(0.795 0.092 162.9) |
Copy-ready code
/* CSS */
color: #83cfab;
background-color: #83cfab;
/* Tailwind (arbitrary) */
class="text-[#83cfab] bg-[#83cfab]"
/* SCSS */
$brand: #83cfab;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#83cfab")Accessibility — WCAG contrast
Aa
#83cfab on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cfab on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue67.1%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#83cfab text on a black background
contrast 11.48:1
Card sample
#83cfab text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cfab;
Background color
Panel with #83cfab background
background-color: #83cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cfab; background: linear-gradient(135deg, #83cfab, #83C0CF);