#306c01
a deep, electric green · cool · closest name: forestgreen
RGB
48, 108, 1
HSL
94°, 98%, 21%
CMYK
56, 0, 99, 58
Luminance
0.1136
Every format
| HEX | #306c01 |
| RGB | rgb(48, 108, 1) |
| HSL | hsl(94, 98%, 21%) |
| CMYK | cmyk(56%, 0%, 99%, 58%) |
| LAB | lab(40.2 -36.8 45.2) |
| LCH | lch(40.2 58.3 129.1) |
| OKLCH | oklch(0.472 0.141 136.5) |
Copy-ready code
/* CSS */
color: #306c01;
background-color: #306c01;
/* Tailwind (arbitrary) */
class="text-[#306c01] bg-[#306c01]"
/* SCSS */
$brand: #306c01;
/* SwiftUI */
Color(red: 0.188, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#306c01")Accessibility — WCAG contrast
Aa
#306c01 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#306c01 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green42.4%
Blue0.4%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow99.1%
Key (black)57.6%
Color previews
#306c01 text on a black background
contrast 3.27:1
Card sample
#306c01 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #306c01;
Background color
Panel with #306c01 background
background-color: #306c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #306c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #306c01; background: linear-gradient(135deg, #306c01, #016C19);