#276021
a dark, vivid green · cool · closest name: seagreen
RGB
39, 96, 33
HSL
114°, 49%, 25%
CMYK
59, 0, 66, 62
Luminance
0.0891
Every format
| HEX | #276021 |
| RGB | rgb(39, 96, 33) |
| HSL | hsl(114, 49%, 25%) |
| CMYK | cmyk(59%, 0%, 66%, 62%) |
| LAB | lab(35.8 -32.3 29.7) |
| LCH | lch(35.8 43.9 137.4) |
| OKLCH | oklch(0.436 0.112 141.8) |
Copy-ready code
/* CSS */
color: #276021;
background-color: #276021;
/* Tailwind (arbitrary) */
class="text-[#276021] bg-[#276021]"
/* SCSS */
$brand: #276021;
/* SwiftUI */
Color(red: 0.153, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#276021")Accessibility — WCAG contrast
Aa
#276021 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#276021 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#276021 text on a black background
contrast 2.78:1
Card sample
#276021 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #276021;
Background color
Panel with #276021 background
background-color: #276021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #276021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #276021; background: linear-gradient(135deg, #276021, #216045);