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