#195509
a deep, electric green · cool · closest name: seagreen
RGB
25, 85, 9
HSL
107°, 81%, 18%
CMYK
71, 0, 89, 67
Luminance
0.0672
Every format
| HEX | #195509 |
| RGB | rgb(25, 85, 9) |
| HSL | hsl(107, 81%, 18%) |
| CMYK | cmyk(71%, 0%, 89%, 67%) |
| LAB | lab(31.2 -33.9 34.9) |
| LCH | lch(31.2 48.6 134.1) |
| OKLCH | oklch(0.396 0.121 140.3) |
Copy-ready code
/* CSS */
color: #195509;
background-color: #195509;
/* Tailwind (arbitrary) */
class="text-[#195509] bg-[#195509]"
/* SCSS */
$brand: #195509;
/* SwiftUI */
Color(red: 0.098, green: 0.333, blue: 0.035)
/* Android */
Color.parseColor("#195509")Accessibility — WCAG contrast
Aa
#195509 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#195509 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green33.3%
Blue3.5%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow89.4%
Key (black)66.7%
Color previews
#195509 text on a black background
contrast 2.34:1
Card sample
#195509 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #195509;
Background color
Panel with #195509 background
background-color: #195509;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #195509;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 85, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 85, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #195509; background: linear-gradient(135deg, #195509, #09552C);