#486f2c
a dark, soft green · cool · closest name: seagreen
RGB
72, 111, 44
HSL
95°, 43%, 30%
CMYK
35, 0, 60, 57
Luminance
0.1293
Every format
| HEX | #486f2c |
| RGB | rgb(72, 111, 44) |
| HSL | hsl(95, 43%, 30%) |
| CMYK | cmyk(35%, 0%, 60%, 57%) |
| LAB | lab(42.6 -26.5 32.4) |
| LCH | lch(42.6 41.9 129.3) |
| OKLCH | oklch(0.497 0.106 134.1) |
Copy-ready code
/* CSS */
color: #486f2c;
background-color: #486f2c;
/* Tailwind (arbitrary) */
class="text-[#486f2c] bg-[#486f2c]"
/* SCSS */
$brand: #486f2c;
/* SwiftUI */
Color(red: 0.282, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#486f2c")Accessibility — WCAG contrast
Aa
#486f2c on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486f2c on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green43.5%
Blue17.3%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow60.4%
Key (black)56.5%
Color previews
#486f2c text on a black background
contrast 3.59:1
Card sample
#486f2c text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486f2c;
Background color
Panel with #486f2c background
background-color: #486f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486f2c; background: linear-gradient(135deg, #486f2c, #2C6F3D);