#5f9984
a balanced, soft green · cool · closest name: teal
RGB
95, 153, 132
HSL
158°, 23%, 49%
CMYK
38, 0, 14, 40
Luminance
0.2688
Every format
| HEX | #5f9984 |
| RGB | rgb(95, 153, 132) |
| HSL | hsl(158, 23%, 49%) |
| CMYK | cmyk(38%, 0%, 14%, 40%) |
| LAB | lab(58.9 -23.9 5.1) |
| LCH | lch(58.9 24.5 168.0) |
| OKLCH | oklch(0.637 0.069 169.1) |
Copy-ready code
/* CSS */
color: #5f9984;
background-color: #5f9984;
/* Tailwind (arbitrary) */
class="text-[#5f9984] bg-[#5f9984]"
/* SCSS */
$brand: #5f9984;
/* SwiftUI */
Color(red: 0.373, green: 0.600, blue: 0.518)
/* Android */
Color.parseColor("#5f9984")Accessibility — WCAG contrast
Aa
#5f9984 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f9984 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green60.0%
Blue51.8%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow13.7%
Key (black)40.0%
Color previews
#5f9984 text on a black background
contrast 6.38:1
Card sample
#5f9984 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f9984;
Background color
Panel with #5f9984 background
background-color: #5f9984;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f9984;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 153, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 153, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f9984; background: linear-gradient(135deg, #5f9984, #5F8799);