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