#285607
a deep, electric green · cool · closest name: olivedrab
RGB
40, 86, 7
HSL
95°, 85%, 18%
CMYK
54, 0, 92, 66
Luminance
0.0712
Every format
| HEX | #285607 |
| RGB | rgb(40, 86, 7) |
| HSL | hsl(95, 85%, 18%) |
| CMYK | cmyk(54%, 0%, 92%, 66%) |
| LAB | lab(32.1 -29.9 36.6) |
| LCH | lch(32.1 47.3 129.3) |
| OKLCH | oklch(0.405 0.116 136.2) |
Copy-ready code
/* CSS */
color: #285607;
background-color: #285607;
/* Tailwind (arbitrary) */
class="text-[#285607] bg-[#285607]"
/* SCSS */
$brand: #285607;
/* SwiftUI */
Color(red: 0.157, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#285607")Accessibility — WCAG contrast
Aa
#285607 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#285607 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green33.7%
Blue2.7%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow91.9%
Key (black)66.3%
Color previews
#285607 text on a black background
contrast 2.42:1
Card sample
#285607 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #285607;
Background color
Panel with #285607 background
background-color: #285607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #285607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #285607; background: linear-gradient(135deg, #285607, #07561B);