#195e21
a deep, vivid green · cool · closest name: seagreen
RGB
25, 94, 33
HSL
127°, 58%, 23%
CMYK
73, 0, 65, 63
Luminance
0.0832
Every format
| HEX | #195e21 |
| RGB | rgb(25, 94, 33) |
| HSL | hsl(127, 58%, 23%) |
| CMYK | cmyk(73%, 0%, 65%, 63%) |
| LAB | lab(34.6 -35.1 28.3) |
| LCH | lch(34.6 45.1 141.1) |
| OKLCH | oklch(0.425 0.116 144.9) |
Copy-ready code
/* CSS */
color: #195e21;
background-color: #195e21;
/* Tailwind (arbitrary) */
class="text-[#195e21] bg-[#195e21]"
/* SCSS */
$brand: #195e21;
/* SwiftUI */
Color(red: 0.098, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#195e21")Accessibility — WCAG contrast
Aa
#195e21 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#195e21 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green36.9%
Blue12.9%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow64.9%
Key (black)63.1%
Color previews
#195e21 text on a black background
contrast 2.66:1
Card sample
#195e21 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #195e21;
Background color
Panel with #195e21 background
background-color: #195e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #195e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #195e21; background: linear-gradient(135deg, #195e21, #195E4F);