#195521
a deep, vivid green · cool · closest name: seagreen
RGB
25, 85, 33
HSL
128°, 55%, 22%
CMYK
71, 0, 61, 67
Luminance
0.0681
Every format
| HEX | #195521 |
| RGB | rgb(25, 85, 33) |
| HSL | hsl(128, 55%, 22%) |
| CMYK | cmyk(71%, 0%, 61%, 67%) |
| LAB | lab(31.4 -31.4 24.5) |
| LCH | lch(31.4 39.8 142.1) |
| OKLCH | oklch(0.398 0.103 145.6) |
Copy-ready code
/* CSS */
color: #195521;
background-color: #195521;
/* Tailwind (arbitrary) */
class="text-[#195521] bg-[#195521]"
/* SCSS */
$brand: #195521;
/* SwiftUI */
Color(red: 0.098, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#195521")Accessibility — WCAG contrast
Aa
#195521 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#195521 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green33.3%
Blue12.9%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#195521 text on a black background
contrast 2.36:1
Card sample
#195521 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #195521;
Background color
Panel with #195521 background
background-color: #195521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #195521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #195521; background: linear-gradient(135deg, #195521, #195549);