#638708
a dark, electric green · cool · closest name: olivedrab
RGB
99, 135, 8
HSL
77°, 89%, 28%
CMYK
27, 0, 94, 47
Luminance
0.2000
Every format
| HEX | #638708 |
| RGB | rgb(99, 135, 8) |
| HSL | hsl(77, 89%, 28%) |
| CMYK | cmyk(27%, 0%, 94%, 47%) |
| LAB | lab(51.8 -29.3 54.2) |
| LCH | lch(51.8 61.6 118.3) |
| OKLCH | oklch(0.575 0.144 126.3) |
Copy-ready code
/* CSS */
color: #638708;
background-color: #638708;
/* Tailwind (arbitrary) */
class="text-[#638708] bg-[#638708]"
/* SCSS */
$brand: #638708;
/* SwiftUI */
Color(red: 0.388, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#638708")Accessibility — WCAG contrast
Aa
#638708 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#638708 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green52.9%
Blue3.1%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow94.1%
Key (black)47.1%
Color previews
#638708 text on a black background
contrast 5.00:1
Card sample
#638708 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #638708;
Background color
Panel with #638708 background
background-color: #638708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #638708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #638708; background: linear-gradient(135deg, #638708, #0E8708);