#194607
a deep, electric green · cool · closest name: seagreen
RGB
25, 70, 7
HSL
103°, 82%, 15%
CMYK
64, 0, 90, 73
Luminance
0.0460
Every format
| HEX | #194607 |
| RGB | rgb(25, 70, 7) |
| HSL | hsl(103, 82%, 15%) |
| CMYK | cmyk(64%, 0%, 90%, 73%) |
| LAB | lab(25.6 -28.0 30.5) |
| LCH | lch(25.6 41.4 132.5) |
| OKLCH | oklch(0.349 0.102 138.8) |
Copy-ready code
/* CSS */
color: #194607;
background-color: #194607;
/* Tailwind (arbitrary) */
class="text-[#194607] bg-[#194607]"
/* SCSS */
$brand: #194607;
/* SwiftUI */
Color(red: 0.098, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#194607")Accessibility — WCAG contrast
Aa
#194607 on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#194607 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green27.5%
Blue2.7%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#194607 text on a black background
contrast 1.92:1
Card sample
#194607 text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #194607;
Background color
Panel with #194607 background
background-color: #194607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #194607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #194607; background: linear-gradient(135deg, #194607, #07461F);