#30833f
a dark, vivid green · cool · closest name: seagreen
RGB
48, 131, 63
HSL
131°, 46%, 35%
CMYK
63, 0, 52, 49
Luminance
0.1722
Every format
| HEX | #30833f |
| RGB | rgb(48, 131, 63) |
| HSL | hsl(131, 46%, 35%) |
| CMYK | cmyk(63%, 0%, 52%, 49%) |
| LAB | lab(48.5 -40.3 29.3) |
| LCH | lch(48.5 49.9 144.0) |
| OKLCH | oklch(0.543 0.130 146.9) |
Copy-ready code
/* CSS */
color: #30833f;
background-color: #30833f;
/* Tailwind (arbitrary) */
class="text-[#30833f] bg-[#30833f]"
/* SCSS */
$brand: #30833f;
/* SwiftUI */
Color(red: 0.188, green: 0.514, blue: 0.247)
/* Android */
Color.parseColor("#30833f")Accessibility — WCAG contrast
Aa
#30833f on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#30833f on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green51.4%
Blue24.7%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow51.9%
Key (black)48.6%
Color previews
#30833f text on a black background
contrast 4.44:1
Card sample
#30833f text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30833f;
Background color
Panel with #30833f background
background-color: #30833f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30833f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 131, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 131, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30833f; background: linear-gradient(135deg, #30833f, #308376);