#498564
a dark, soft green · cool · closest name: seagreen
RGB
73, 133, 100
HSL
147°, 29%, 40%
CMYK
45, 0, 25, 48
Luminance
0.1911
Every format
| HEX | #498564 |
| RGB | rgb(73, 133, 100) |
| HSL | hsl(147, 29%, 40%) |
| CMYK | cmyk(45%, 0%, 25%, 48%) |
| LAB | lab(50.8 -27.6 11.8) |
| LCH | lch(50.8 30.0 156.8) |
| OKLCH | oklch(0.566 0.082 158.3) |
Copy-ready code
/* CSS */
color: #498564;
background-color: #498564;
/* Tailwind (arbitrary) */
class="text-[#498564] bg-[#498564]"
/* SCSS */
$brand: #498564;
/* SwiftUI */
Color(red: 0.286, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#498564")Accessibility — WCAG contrast
Aa
#498564 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#498564 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green52.2%
Blue39.2%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#498564 text on a black background
contrast 4.82:1
Card sample
#498564 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #498564;
Background color
Panel with #498564 background
background-color: #498564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #498564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #498564; background: linear-gradient(135deg, #498564, #497E85);