#677c01
a deep, electric green · cool · closest name: olivedrab
RGB
103, 124, 1
HSL
70°, 98%, 25%
CMYK
17, 0, 99, 51
Luminance
0.1730
Every format
| HEX | #677c01 |
| RGB | rgb(103, 124, 1) |
| HSL | hsl(70, 98%, 25%) |
| CMYK | cmyk(17%, 0%, 99%, 51%) |
| LAB | lab(48.6 -22.3 53.2) |
| LCH | lch(48.6 57.6 112.7) |
| OKLCH | oklch(0.550 0.131 120.8) |
Copy-ready code
/* CSS */
color: #677c01;
background-color: #677c01;
/* Tailwind (arbitrary) */
class="text-[#677c01] bg-[#677c01]"
/* SCSS */
$brand: #677c01;
/* SwiftUI */
Color(red: 0.404, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#677c01")Accessibility — WCAG contrast
Aa
#677c01 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#677c01 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green48.6%
Blue0.4%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow99.2%
Key (black)51.4%
Color previews
#677c01 text on a black background
contrast 4.46:1
Card sample
#677c01 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #677c01;
Background color
Panel with #677c01 background
background-color: #677c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #677c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #677c01; background: linear-gradient(135deg, #677c01, #157C01);