#266821
a dark, vivid green · cool · closest name: seagreen
RGB
38, 104, 33
HSL
116°, 52%, 27%
CMYK
64, 0, 68, 59
Luminance
0.1042
Every format
| HEX | #266821 |
| RGB | rgb(38, 104, 33) |
| HSL | hsl(116, 52%, 27%) |
| CMYK | cmyk(64%, 0%, 68%, 59%) |
| LAB | lab(38.6 -36.0 32.8) |
| LCH | lch(38.6 48.7 137.6) |
| OKLCH | oklch(0.459 0.124 142.2) |
Copy-ready code
/* CSS */
color: #266821;
background-color: #266821;
/* Tailwind (arbitrary) */
class="text-[#266821] bg-[#266821]"
/* SCSS */
$brand: #266821;
/* SwiftUI */
Color(red: 0.149, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#266821")Accessibility — WCAG contrast
Aa
#266821 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#266821 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green40.8%
Blue12.9%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow68.3%
Key (black)59.2%
Color previews
#266821 text on a black background
contrast 3.08:1
Card sample
#266821 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #266821;
Background color
Panel with #266821 background
background-color: #266821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #266821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #266821; background: linear-gradient(135deg, #266821, #21684B);