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