#276508
a deep, electric green · cool · closest name: forestgreen
RGB
39, 101, 8
HSL
100°, 85%, 21%
CMYK
61, 0, 92, 60
Luminance
0.0976
Every format
| HEX | #276508 |
| RGB | rgb(39, 101, 8) |
| HSL | hsl(100, 85%, 21%) |
| CMYK | cmyk(61%, 0%, 92%, 60%) |
| LAB | lab(37.4 -36.4 40.9) |
| LCH | lch(37.4 54.8 131.6) |
| OKLCH | oklch(0.448 0.135 138.4) |
Copy-ready code
/* CSS */
color: #276508;
background-color: #276508;
/* Tailwind (arbitrary) */
class="text-[#276508] bg-[#276508]"
/* SCSS */
$brand: #276508;
/* SwiftUI */
Color(red: 0.153, green: 0.396, blue: 0.031)
/* Android */
Color.parseColor("#276508")Accessibility — WCAG contrast
Aa
#276508 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#276508 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green39.6%
Blue3.1%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow92.1%
Key (black)60.4%
Color previews
#276508 text on a black background
contrast 2.95:1
Card sample
#276508 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #276508;
Background color
Panel with #276508 background
background-color: #276508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #276508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 101, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 101, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #276508; background: linear-gradient(135deg, #276508, #086527);