#264607
a deep, electric green · cool · closest name: seagreen
RGB
38, 70, 7
HSL
91°, 82%, 15%
CMYK
46, 0, 90, 73
Luminance
0.0481
Every format
| HEX | #264607 |
| RGB | rgb(38, 70, 7) |
| HSL | hsl(91, 82%, 15%) |
| CMYK | cmyk(46%, 0%, 90%, 73%) |
| LAB | lab(26.2 -23.3 31.3) |
| LCH | lch(26.2 39.0 126.7) |
| OKLCH | oklch(0.356 0.095 133.6) |
Copy-ready code
/* CSS */
color: #264607;
background-color: #264607;
/* Tailwind (arbitrary) */
class="text-[#264607] bg-[#264607]"
/* SCSS */
$brand: #264607;
/* SwiftUI */
Color(red: 0.149, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#264607")Accessibility — WCAG contrast
Aa
#264607 on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264607 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green27.5%
Blue2.7%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#264607 text on a black background
contrast 1.96:1
Card sample
#264607 text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264607;
Background color
Panel with #264607 background
background-color: #264607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264607; background: linear-gradient(135deg, #264607, #074612);