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