#83ceac
a light, soft green · cool · closest name: turquoise
RGB
131, 206, 172
HSL
153°, 43%, 66%
CMYK
36, 0, 17, 19
Luminance
0.5195
Every format
| HEX | #83ceac |
| RGB | rgb(131, 206, 172) |
| HSL | hsl(153, 43%, 66%) |
| CMYK | cmyk(36%, 0%, 17%, 19%) |
| LAB | lab(77.3 -30.8 9.6) |
| LCH | lch(77.3 32.3 162.6) |
| OKLCH | oklch(0.793 0.090 164.0) |
Copy-ready code
/* CSS */
color: #83ceac;
background-color: #83ceac;
/* Tailwind (arbitrary) */
class="text-[#83ceac] bg-[#83ceac]"
/* SCSS */
$brand: #83ceac;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#83ceac")Accessibility — WCAG contrast
Aa
#83ceac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ceac on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue67.5%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#83ceac text on a black background
contrast 11.39:1
Card sample
#83ceac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ceac;
Background color
Panel with #83ceac background
background-color: #83ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ceac; background: linear-gradient(135deg, #83ceac, #83BECE);