#498787
a dark, soft cyan · cool · closest name: teal
RGB
73, 135, 135
HSL
180°, 30%, 41%
CMYK
46, 0, 0, 47
Luminance
0.2049
Every format
| HEX | #498787 |
| RGB | rgb(73, 135, 135) |
| HSL | hsl(180, 30%, 41%) |
| CMYK | cmyk(46%, 0%, 0%, 47%) |
| LAB | lab(52.4 -20.0 -6.2) |
| LCH | lch(52.4 20.9 197.3) |
| OKLCH | oklch(0.582 0.064 195.5) |
Copy-ready code
/* CSS */
color: #498787;
background-color: #498787;
/* Tailwind (arbitrary) */
class="text-[#498787] bg-[#498787]"
/* SCSS */
$brand: #498787;
/* SwiftUI */
Color(red: 0.286, green: 0.529, blue: 0.529)
/* Android */
Color.parseColor("#498787")Accessibility — WCAG contrast
Aa
#498787 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#498787 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green52.9%
Blue52.9%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow0.0%
Key (black)47.1%
Color previews
#498787 text on a black background
contrast 5.10:1
Card sample
#498787 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #498787;
Background color
Panel with #498787 background
background-color: #498787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #498787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 135, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 135, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #498787; background: linear-gradient(135deg, #498787, #495E87);