#104f1a
a deep, vivid green · cool · closest name: seagreen
RGB
16, 79, 26
HSL
130°, 66%, 19%
CMYK
80, 0, 67, 69
Luminance
0.0578
Every format
| HEX | #104f1a |
| RGB | rgb(16, 79, 26) |
| HSL | hsl(130, 66%, 19%) |
| CMYK | cmyk(80%, 0%, 67%, 69%) |
| LAB | lab(28.8 -31.9 25.2) |
| LCH | lch(28.8 40.7 141.7) |
| OKLCH | oklch(0.376 0.104 145.5) |
Copy-ready code
/* CSS */
color: #104f1a;
background-color: #104f1a;
/* Tailwind (arbitrary) */
class="text-[#104f1a] bg-[#104f1a]"
/* SCSS */
$brand: #104f1a;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.102)
/* Android */
Color.parseColor("#104f1a")Accessibility — WCAG contrast
Aa
#104f1a on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f1a on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue10.2%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow67.1%
Key (black)69.0%
Color previews
#104f1a text on a black background
contrast 2.16:1
Card sample
#104f1a text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f1a;
Background color
Panel with #104f1a background
background-color: #104f1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f1a; background: linear-gradient(135deg, #104f1a, #104F44);