#638107
a dark, electric green · cool · closest name: olivedrab
RGB
99, 129, 7
HSL
75°, 90%, 27%
CMYK
23, 0, 95, 49
Luminance
0.1837
Every format
| HEX | #638107 |
| RGB | rgb(99, 129, 7) |
| HSL | hsl(75, 90%, 27%) |
| CMYK | cmyk(23%, 0%, 95%, 49%) |
| LAB | lab(49.9 -26.4 52.9) |
| LCH | lch(49.9 59.1 116.5) |
| OKLCH | oklch(0.559 0.137 124.5) |
Copy-ready code
/* CSS */
color: #638107;
background-color: #638107;
/* Tailwind (arbitrary) */
class="text-[#638107] bg-[#638107]"
/* SCSS */
$brand: #638107;
/* SwiftUI */
Color(red: 0.388, green: 0.506, blue: 0.027)
/* Android */
Color.parseColor("#638107")Accessibility — WCAG contrast
Aa
#638107 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#638107 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green50.6%
Blue2.7%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow94.6%
Key (black)49.4%
Color previews
#638107 text on a black background
contrast 4.67:1
Card sample
#638107 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #638107;
Background color
Panel with #638107 background
background-color: #638107;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #638107;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 129, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 129, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #638107; background: linear-gradient(135deg, #638107, #128107);