#194821
a deep, vivid green · cool · closest name: darkslategray
RGB
25, 72, 33
HSL
130°, 49%, 19%
CMYK
65, 0, 54, 72
Luminance
0.0495
Every format
| HEX | #194821 |
| RGB | rgb(25, 72, 33) |
| HSL | hsl(130, 49%, 19%) |
| CMYK | cmyk(65%, 0%, 54%, 72%) |
| LAB | lab(26.6 -25.7 18.7) |
| LCH | lch(26.6 31.8 144.0) |
| OKLCH | oklch(0.358 0.083 146.9) |
Copy-ready code
/* CSS */
color: #194821;
background-color: #194821;
/* Tailwind (arbitrary) */
class="text-[#194821] bg-[#194821]"
/* SCSS */
$brand: #194821;
/* SwiftUI */
Color(red: 0.098, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#194821")Accessibility — WCAG contrast
Aa
#194821 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#194821 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green28.2%
Blue12.9%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#194821 text on a black background
contrast 1.99:1
Card sample
#194821 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #194821;
Background color
Panel with #194821 background
background-color: #194821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #194821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #194821; background: linear-gradient(135deg, #194821, #194840);