#288607
a dark, electric green · cool · closest name: green
RGB
40, 134, 7
HSL
104°, 90%, 28%
CMYK
70, 0, 95, 48
Luminance
0.1752
Every format
| HEX | #288607 |
| RGB | rgb(40, 134, 7) |
| HSL | hsl(104, 90%, 28%) |
| CMYK | cmyk(70%, 0%, 95%, 48%) |
| LAB | lab(48.9 -48.2 50.9) |
| LCH | lch(48.9 70.1 133.4) |
| OKLCH | oklch(0.544 0.172 140.1) |
Copy-ready code
/* CSS */
color: #288607;
background-color: #288607;
/* Tailwind (arbitrary) */
class="text-[#288607] bg-[#288607]"
/* SCSS */
$brand: #288607;
/* SwiftUI */
Color(red: 0.157, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#288607")Accessibility — WCAG contrast
Aa
#288607 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#288607 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green52.5%
Blue2.7%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#288607 text on a black background
contrast 4.50:1
Card sample
#288607 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #288607;
Background color
Panel with #288607 background
background-color: #288607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #288607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #288607; background: linear-gradient(135deg, #288607, #07863B);