#499489
a dark, soft cyan · cool · closest name: teal
RGB
73, 148, 137
HSL
171°, 34%, 43%
CMYK
51, 0, 7, 42
Luminance
0.2440
Every format
| HEX | #499489 |
| RGB | rgb(73, 148, 137) |
| HSL | hsl(171, 34%, 43%) |
| CMYK | cmyk(51%, 0%, 7%, 42%) |
| LAB | lab(56.5 -26.1 -1.3) |
| LCH | lch(56.5 26.1 182.9) |
| OKLCH | oklch(0.615 0.077 183.0) |
Copy-ready code
/* CSS */
color: #499489;
background-color: #499489;
/* Tailwind (arbitrary) */
class="text-[#499489] bg-[#499489]"
/* SCSS */
$brand: #499489;
/* SwiftUI */
Color(red: 0.286, green: 0.580, blue: 0.537)
/* Android */
Color.parseColor("#499489")Accessibility — WCAG contrast
Aa
#499489 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#499489 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green58.0%
Blue53.7%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow7.4%
Key (black)42.0%
Color previews
#499489 text on a black background
contrast 5.88:1
Card sample
#499489 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499489;
Background color
Panel with #499489 background
background-color: #499489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 148, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 148, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499489; background: linear-gradient(135deg, #499489, #496D94);