#83cdb3
a light, soft green · cool · closest name: turquoise
RGB
131, 205, 179
HSL
159°, 43%, 66%
CMYK
36, 0, 13, 20
Luminance
0.5174
Every format
| HEX | #83cdb3 |
| RGB | rgb(131, 205, 179) |
| HSL | hsl(159, 43%, 66%) |
| CMYK | cmyk(36%, 0%, 13%, 20%) |
| LAB | lab(77.1 -28.8 5.7) |
| LCH | lch(77.1 29.4 168.8) |
| OKLCH | oklch(0.792 0.083 169.9) |
Copy-ready code
/* CSS */
color: #83cdb3;
background-color: #83cdb3;
/* Tailwind (arbitrary) */
class="text-[#83cdb3] bg-[#83cdb3]"
/* SCSS */
$brand: #83cdb3;
/* SwiftUI */
Color(red: 0.514, green: 0.804, blue: 0.702)
/* Android */
Color.parseColor("#83cdb3")Accessibility — WCAG contrast
Aa
#83cdb3 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cdb3 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.4%
Blue70.2%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow12.7%
Key (black)19.6%
Color previews
#83cdb3 text on a black background
contrast 11.35:1
Card sample
#83cdb3 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cdb3;
Background color
Panel with #83cdb3 background
background-color: #83cdb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cdb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 205, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 205, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cdb3; background: linear-gradient(135deg, #83cdb3, #83B6CD);