#192400
a deep, electric green · cool · closest name: black
RGB
25, 36, 0
HSL
78°, 100%, 7%
CMYK
31, 0, 100, 86
Luminance
0.0147
Every format
| HEX | #192400 |
| RGB | rgb(25, 36, 0) |
| HSL | hsl(78, 100%, 7%) |
| CMYK | cmyk(31%, 0%, 100%, 86%) |
| LAB | lab(12.4 -11.7 18.1) |
| LCH | lch(12.4 21.6 122.9) |
| OKLCH | oklch(0.241 0.060 124.9) |
Copy-ready code
/* CSS */
color: #192400;
background-color: #192400;
/* Tailwind (arbitrary) */
class="text-[#192400] bg-[#192400]"
/* SCSS */
$brand: #192400;
/* SwiftUI */
Color(red: 0.098, green: 0.141, blue: 0.000)
/* Android */
Color.parseColor("#192400")Accessibility — WCAG contrast
Aa
#192400 on white: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192400 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.1%
Blue0.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow100.0%
Key (black)85.9%
Color previews
#192400 text on a black background
contrast 1.29:1
Card sample
#192400 text on a white background
contrast 16.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192400;
Background color
Panel with #192400 background
background-color: #192400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 36, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 36, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192400; background: linear-gradient(135deg, #192400, #012400);