#488448
a dark, soft green · cool · closest name: seagreen
RGB
72, 132, 72
HSL
120°, 29%, 40%
CMYK
46, 0, 46, 48
Luminance
0.1835
Every format
| HEX | #488448 |
| RGB | rgb(72, 132, 72) |
| HSL | hsl(120, 29%, 40%) |
| CMYK | cmyk(46%, 0%, 46%, 48%) |
| LAB | lab(49.9 -32.6 26.4) |
| LCH | lch(49.9 42.0 141.0) |
| OKLCH | oklch(0.557 0.110 143.9) |
Copy-ready code
/* CSS */
color: #488448;
background-color: #488448;
/* Tailwind (arbitrary) */
class="text-[#488448] bg-[#488448]"
/* SCSS */
$brand: #488448;
/* SwiftUI */
Color(red: 0.282, green: 0.518, blue: 0.282)
/* Android */
Color.parseColor("#488448")Accessibility — WCAG contrast
Aa
#488448 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#488448 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green51.8%
Blue28.2%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow45.5%
Key (black)48.2%
Color previews
#488448 text on a black background
contrast 4.67:1
Card sample
#488448 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488448;
Background color
Panel with #488448 background
background-color: #488448;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488448;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 132, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 132, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488448; background: linear-gradient(135deg, #488448, #488470);