#12621b
a deep, vivid green · cool · closest name: seagreen
RGB
18, 98, 27
HSL
127°, 69%, 23%
CMYK
82, 0, 72, 62
Luminance
0.0894
Every format
| HEX | #12621b |
| RGB | rgb(18, 98, 27) |
| HSL | hsl(127, 69%, 23%) |
| CMYK | cmyk(82%, 0%, 72%, 62%) |
| LAB | lab(35.9 -38.6 32.5) |
| LCH | lch(35.9 50.5 139.9) |
| OKLCH | oklch(0.434 0.128 144.3) |
Copy-ready code
/* CSS */
color: #12621b;
background-color: #12621b;
/* Tailwind (arbitrary) */
class="text-[#12621b] bg-[#12621b]"
/* SCSS */
$brand: #12621b;
/* SwiftUI */
Color(red: 0.071, green: 0.384, blue: 0.106)
/* Android */
Color.parseColor("#12621b")Accessibility — WCAG contrast
Aa
#12621b on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12621b on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green38.4%
Blue10.6%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow72.4%
Key (black)61.6%
Color previews
#12621b text on a black background
contrast 2.79:1
Card sample
#12621b text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12621b;
Background color
Panel with #12621b background
background-color: #12621b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12621b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 98, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 98, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12621b; background: linear-gradient(135deg, #12621b, #126250);