#5f9997
a balanced, soft cyan · cool · closest name: teal
RGB
95, 153, 151
HSL
178°, 23%, 49%
CMYK
38, 0, 1, 40
Luminance
0.2745
Every format
| HEX | #5f9997 |
| RGB | rgb(95, 153, 151) |
| HSL | hsl(178, 23%, 49%) |
| CMYK | cmyk(38%, 0%, 1%, 40%) |
| LAB | lab(59.4 -19.4 -4.9) |
| LCH | lch(59.4 20.0 194.3) |
| OKLCH | oklch(0.643 0.061 192.9) |
Copy-ready code
/* CSS */
color: #5f9997;
background-color: #5f9997;
/* Tailwind (arbitrary) */
class="text-[#5f9997] bg-[#5f9997]"
/* SCSS */
$brand: #5f9997;
/* SwiftUI */
Color(red: 0.373, green: 0.600, blue: 0.592)
/* Android */
Color.parseColor("#5f9997")Accessibility — WCAG contrast
Aa
#5f9997 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f9997 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green60.0%
Blue59.2%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow1.3%
Key (black)40.0%
Color previews
#5f9997 text on a black background
contrast 6.49:1
Card sample
#5f9997 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f9997;
Background color
Panel with #5f9997 background
background-color: #5f9997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f9997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 153, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 153, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f9997; background: linear-gradient(135deg, #5f9997, #5F7499);