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