#264708
a deep, electric green · cool · closest name: seagreen
RGB
38, 71, 8
HSL
91°, 80%, 16%
CMYK
47, 0, 89, 72
Luminance
0.0494
Every format
| HEX | #264708 |
| RGB | rgb(38, 71, 8) |
| HSL | hsl(91, 80%, 16%) |
| CMYK | cmyk(47%, 0%, 89%, 72%) |
| LAB | lab(26.6 -23.7 31.2) |
| LCH | lch(26.6 39.2 127.2) |
| OKLCH | oklch(0.359 0.096 134.1) |
Copy-ready code
/* CSS */
color: #264708;
background-color: #264708;
/* Tailwind (arbitrary) */
class="text-[#264708] bg-[#264708]"
/* SCSS */
$brand: #264708;
/* SwiftUI */
Color(red: 0.149, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#264708")Accessibility — WCAG contrast
Aa
#264708 on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264708 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green27.8%
Blue3.1%
CMYK percentages
Cyan46.5%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#264708 text on a black background
contrast 1.99:1
Card sample
#264708 text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264708;
Background color
Panel with #264708 background
background-color: #264708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264708; background: linear-gradient(135deg, #264708, #084714);