#627c01
a deep, electric green · cool · closest name: olivedrab
RGB
98, 124, 1
HSL
73°, 98%, 25%
CMYK
21, 0, 99, 51
Luminance
0.1701
Every format
| HEX | #627c01 |
| RGB | rgb(98, 124, 1) |
| HSL | hsl(73, 98%, 25%) |
| CMYK | cmyk(21%, 0%, 99%, 51%) |
| LAB | lab(48.3 -24.5 52.7) |
| LCH | lch(48.3 58.1 114.9) |
| OKLCH | oklch(0.546 0.134 123.0) |
Copy-ready code
/* CSS */
color: #627c01;
background-color: #627c01;
/* Tailwind (arbitrary) */
class="text-[#627c01] bg-[#627c01]"
/* SCSS */
$brand: #627c01;
/* SwiftUI */
Color(red: 0.384, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#627c01")Accessibility — WCAG contrast
Aa
#627c01 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#627c01 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green48.6%
Blue0.4%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow99.2%
Key (black)51.4%
Color previews
#627c01 text on a black background
contrast 4.40:1
Card sample
#627c01 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627c01;
Background color
Panel with #627c01 background
background-color: #627c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627c01; background: linear-gradient(135deg, #627c01, #107C01);