#5faf97
a balanced, soft cyan · cool · closest name: teal
RGB
95, 175, 151
HSL
162°, 33%, 53%
CMYK
46, 0, 14, 31
Luminance
0.3533
Every format
| HEX | #5faf97 |
| RGB | rgb(95, 175, 151) |
| HSL | hsl(162, 33%, 53%) |
| CMYK | cmyk(46%, 0%, 14%, 31%) |
| LAB | lab(66.0 -30.4 4.7) |
| LCH | lch(66.0 30.8 171.2) |
| OKLCH | oklch(0.696 0.087 172.1) |
Copy-ready code
/* CSS */
color: #5faf97;
background-color: #5faf97;
/* Tailwind (arbitrary) */
class="text-[#5faf97] bg-[#5faf97]"
/* SCSS */
$brand: #5faf97;
/* SwiftUI */
Color(red: 0.373, green: 0.686, blue: 0.592)
/* Android */
Color.parseColor("#5faf97")Accessibility — WCAG contrast
Aa
#5faf97 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5faf97 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green68.6%
Blue59.2%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow13.7%
Key (black)31.4%
Color previews
#5faf97 text on a black background
contrast 8.07:1
Card sample
#5faf97 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5faf97;
Background color
Panel with #5faf97 background
background-color: #5faf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5faf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 175, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 175, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5faf97; background: linear-gradient(135deg, #5faf97, #5F92AF);