#627018
a dark, vivid yellow · cool · closest name: olive
RGB
98, 112, 24
HSL
70°, 65%, 27%
CMYK
13, 0, 79, 56
Luminance
0.1425
Every format
| HEX | #627018 |
| RGB | rgb(98, 112, 24) |
| HSL | hsl(70, 65%, 27%) |
| CMYK | cmyk(13%, 0%, 79%, 56%) |
| LAB | lab(44.6 -17.5 43.8) |
| LCH | lch(44.6 47.2 111.8) |
| OKLCH | oklch(0.516 0.110 118.5) |
Copy-ready code
/* CSS */
color: #627018;
background-color: #627018;
/* Tailwind (arbitrary) */
class="text-[#627018] bg-[#627018]"
/* SCSS */
$brand: #627018;
/* SwiftUI */
Color(red: 0.384, green: 0.439, blue: 0.094)
/* Android */
Color.parseColor("#627018")Accessibility — WCAG contrast
Aa
#627018 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#627018 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green43.9%
Blue9.4%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow78.6%
Key (black)56.1%
Color previews
#627018 text on a black background
contrast 3.85:1
Card sample
#627018 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627018;
Background color
Panel with #627018 background
background-color: #627018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 112, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 112, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627018; background: linear-gradient(135deg, #627018, #277018);