#192501
a deep, electric green · cool · closest name: black
RGB
25, 37, 1
HSL
80°, 95%, 8%
CMYK
32, 0, 97, 86
Luminance
0.0153
Every format
| HEX | #192501 |
| RGB | rgb(25, 37, 1) |
| HSL | hsl(80, 95%, 8%) |
| CMYK | cmyk(32%, 0%, 97%, 86%) |
| LAB | lab(12.8 -12.2 18.3) |
| LCH | lch(12.8 21.9 123.7) |
| OKLCH | oklch(0.244 0.060 126.1) |
Copy-ready code
/* CSS */
color: #192501;
background-color: #192501;
/* Tailwind (arbitrary) */
class="text-[#192501] bg-[#192501]"
/* SCSS */
$brand: #192501;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.004)
/* Android */
Color.parseColor("#192501")Accessibility — WCAG contrast
Aa
#192501 on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192501 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue0.4%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow97.3%
Key (black)85.5%
Color previews
#192501 text on a black background
contrast 1.31:1
Card sample
#192501 text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192501;
Background color
Panel with #192501 background
background-color: #192501;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192501;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192501; background: linear-gradient(135deg, #192501, #012501);