#4b6830
a dark, soft green · cool · closest name: seagreen
RGB
75, 104, 48
HSL
91°, 37%, 30%
CMYK
28, 0, 54, 59
Luminance
0.1161
Every format
| HEX | #4b6830 |
| RGB | rgb(75, 104, 48) |
| HSL | hsl(91, 37%, 30%) |
| CMYK | cmyk(28%, 0%, 54%, 59%) |
| LAB | lab(40.6 -21.3 27.9) |
| LCH | lch(40.6 35.1 127.4) |
| OKLCH | oklch(0.480 0.089 131.6) |
Copy-ready code
/* CSS */
color: #4b6830;
background-color: #4b6830;
/* Tailwind (arbitrary) */
class="text-[#4b6830] bg-[#4b6830]"
/* SCSS */
$brand: #4b6830;
/* SwiftUI */
Color(red: 0.294, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#4b6830")Accessibility — WCAG contrast
Aa
#4b6830 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b6830 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green40.8%
Blue18.8%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#4b6830 text on a black background
contrast 3.32:1
Card sample
#4b6830 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6830;
Background color
Panel with #4b6830 background
background-color: #4b6830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6830; background: linear-gradient(135deg, #4b6830, #30683A);