#276721
a dark, vivid green · cool · closest name: seagreen
RGB
39, 103, 33
HSL
115°, 52%, 27%
CMYK
62, 0, 68, 60
Luminance
0.1024
Every format
| HEX | #276721 |
| RGB | rgb(39, 103, 33) |
| HSL | hsl(115, 52%, 27%) |
| CMYK | cmyk(62%, 0%, 68%, 60%) |
| LAB | lab(38.3 -35.3 32.5) |
| LCH | lch(38.3 48.0 137.3) |
| OKLCH | oklch(0.456 0.122 141.9) |
Copy-ready code
/* CSS */
color: #276721;
background-color: #276721;
/* Tailwind (arbitrary) */
class="text-[#276721] bg-[#276721]"
/* SCSS */
$brand: #276721;
/* SwiftUI */
Color(red: 0.153, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#276721")Accessibility — WCAG contrast
Aa
#276721 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#276721 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green40.4%
Blue12.9%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#276721 text on a black background
contrast 3.05:1
Card sample
#276721 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #276721;
Background color
Panel with #276721 background
background-color: #276721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #276721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #276721; background: linear-gradient(135deg, #276721, #21674A);