#5fadaf
a balanced, soft cyan · cool · closest name: teal
RGB
95, 173, 175
HSL
182°, 33%, 53%
CMYK
46, 1, 0, 31
Luminance
0.3542
Every format
| HEX | #5fadaf |
| RGB | rgb(95, 173, 175) |
| HSL | hsl(182, 33%, 53%) |
| CMYK | cmyk(46%, 1%, 0%, 31%) |
| LAB | lab(66.1 -23.5 -8.5) |
| LCH | lch(66.1 25.0 199.9) |
| OKLCH | oklch(0.699 0.077 197.7) |
Copy-ready code
/* CSS */
color: #5fadaf;
background-color: #5fadaf;
/* Tailwind (arbitrary) */
class="text-[#5fadaf] bg-[#5fadaf]"
/* SCSS */
$brand: #5fadaf;
/* SwiftUI */
Color(red: 0.373, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#5fadaf")Accessibility — WCAG contrast
Aa
#5fadaf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fadaf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.8%
Blue68.6%
CMYK percentages
Cyan45.7%
Magenta1.1%
Yellow0.0%
Key (black)31.4%
Color previews
#5fadaf text on a black background
contrast 8.08:1
Card sample
#5fadaf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fadaf;
Background color
Panel with #5fadaf background
background-color: #5fadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fadaf; background: linear-gradient(135deg, #5fadaf, #5F78AF);