#305318
a deep, vivid green · cool · closest name: seagreen
RGB
48, 83, 24
HSL
96°, 55%, 21%
CMYK
42, 0, 71, 68
Luminance
0.0688
Every format
| HEX | #305318 |
| RGB | rgb(48, 83, 24) |
| HSL | hsl(96, 55%, 21%) |
| CMYK | cmyk(42%, 0%, 71%, 68%) |
| LAB | lab(31.5 -24.3 29.6) |
| LCH | lch(31.5 38.3 129.4) |
| OKLCH | oklch(0.402 0.096 134.9) |
Copy-ready code
/* CSS */
color: #305318;
background-color: #305318;
/* Tailwind (arbitrary) */
class="text-[#305318] bg-[#305318]"
/* SCSS */
$brand: #305318;
/* SwiftUI */
Color(red: 0.188, green: 0.325, blue: 0.094)
/* Android */
Color.parseColor("#305318")Accessibility — WCAG contrast
Aa
#305318 on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#305318 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green32.5%
Blue9.4%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow71.1%
Key (black)67.5%
Color previews
#305318 text on a black background
contrast 2.38:1
Card sample
#305318 text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #305318;
Background color
Panel with #305318 background
background-color: #305318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #305318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 83, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 83, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #305318; background: linear-gradient(135deg, #305318, #185327);