#83ac9f
a balanced, soft cyan · cool · closest name: silver
RGB
131, 172, 159
HSL
161°, 20%, 59%
CMYK
24, 0, 8, 33
Luminance
0.3683
Every format
| HEX | #83ac9f |
| RGB | rgb(131, 172, 159) |
| HSL | hsl(161, 20%, 59%) |
| CMYK | cmyk(24%, 0%, 8%, 33%) |
| LAB | lab(67.2 -16.6 2.2) |
| LCH | lch(67.2 16.7 172.5) |
| OKLCH | oklch(0.711 0.048 173.4) |
Copy-ready code
/* CSS */
color: #83ac9f;
background-color: #83ac9f;
/* Tailwind (arbitrary) */
class="text-[#83ac9f] bg-[#83ac9f]"
/* SCSS */
$brand: #83ac9f;
/* SwiftUI */
Color(red: 0.514, green: 0.675, blue: 0.624)
/* Android */
Color.parseColor("#83ac9f")Accessibility — WCAG contrast
Aa
#83ac9f on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ac9f on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.5%
Blue62.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow7.6%
Key (black)32.5%
Color previews
#83ac9f text on a black background
contrast 8.37:1
Card sample
#83ac9f text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ac9f;
Background color
Panel with #83ac9f background
background-color: #83ac9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ac9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 172, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 172, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ac9f; background: linear-gradient(135deg, #83ac9f, #839EAC);