#194113
a deep, vivid green · cool · closest name: darkslategray
RGB
25, 65, 19
HSL
112°, 55%, 17%
CMYK
62, 0, 71, 75
Luminance
0.0403
Every format
| HEX | #194113 |
| RGB | rgb(25, 65, 19) |
| HSL | hsl(112, 55%, 17%) |
| CMYK | cmyk(62%, 0%, 71%, 75%) |
| LAB | lab(23.8 -24.6 23.3) |
| LCH | lch(23.8 33.9 136.6) |
| OKLCH | oklch(0.335 0.086 141.2) |
Copy-ready code
/* CSS */
color: #194113;
background-color: #194113;
/* Tailwind (arbitrary) */
class="text-[#194113] bg-[#194113]"
/* SCSS */
$brand: #194113;
/* SwiftUI */
Color(red: 0.098, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#194113")Accessibility — WCAG contrast
Aa
#194113 on white: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#194113 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green25.5%
Blue7.5%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow70.8%
Key (black)74.5%
Color previews
#194113 text on a black background
contrast 1.81:1
Card sample
#194113 text on a white background
contrast 11.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #194113;
Background color
Panel with #194113 background
background-color: #194113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #194113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #194113; background: linear-gradient(135deg, #194113, #13412C);