#264b06
a deep, electric green · cool · closest name: seagreen
RGB
38, 75, 6
HSL
92°, 85%, 16%
CMYK
49, 0, 92, 71
Luminance
0.0546
Every format
| HEX | #264b06 |
| RGB | rgb(38, 75, 6) |
| HSL | hsl(92, 85%, 16%) |
| CMYK | cmyk(49%, 0%, 92%, 71%) |
| LAB | lab(28.0 -25.8 33.3) |
| LCH | lch(28.0 42.1 127.7) |
| OKLCH | oklch(0.371 0.103 134.8) |
Copy-ready code
/* CSS */
color: #264b06;
background-color: #264b06;
/* Tailwind (arbitrary) */
class="text-[#264b06] bg-[#264b06]"
/* SCSS */
$brand: #264b06;
/* SwiftUI */
Color(red: 0.149, green: 0.294, blue: 0.024)
/* Android */
Color.parseColor("#264b06")Accessibility — WCAG contrast
Aa
#264b06 on white: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264b06 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green29.4%
Blue2.4%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow92.0%
Key (black)70.6%
Color previews
#264b06 text on a black background
contrast 2.09:1
Card sample
#264b06 text on a white background
contrast 10.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264b06;
Background color
Panel with #264b06 background
background-color: #264b06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264b06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 75, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 75, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264b06; background: linear-gradient(135deg, #264b06, #064B14);