#198503
a dark, electric green · cool · closest name: green
RGB
25, 133, 3
HSL
110°, 96%, 27%
CMYK
81, 0, 98, 48
Luminance
0.1699
Every format
| HEX | #198503 |
| RGB | rgb(25, 133, 3) |
| HSL | hsl(110, 96%, 27%) |
| CMYK | cmyk(81%, 0%, 98%, 48%) |
| LAB | lab(48.2 -50.7 51.0) |
| LCH | lch(48.2 71.9 134.8) |
| OKLCH | oklch(0.537 0.177 141.4) |
Copy-ready code
/* CSS */
color: #198503;
background-color: #198503;
/* Tailwind (arbitrary) */
class="text-[#198503] bg-[#198503]"
/* SCSS */
$brand: #198503;
/* SwiftUI */
Color(red: 0.098, green: 0.522, blue: 0.012)
/* Android */
Color.parseColor("#198503")Accessibility — WCAG contrast
Aa
#198503 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198503 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green52.2%
Blue1.2%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow97.7%
Key (black)47.8%
Color previews
#198503 text on a black background
contrast 4.40:1
Card sample
#198503 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198503;
Background color
Panel with #198503 background
background-color: #198503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 133, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 133, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198503; background: linear-gradient(135deg, #198503, #038544);