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