#192518
a deep, soft green · cool · closest name: black
RGB
25, 37, 24
HSL
115°, 21%, 12%
CMYK
32, 0, 35, 86
Luminance
0.0160
Every format
| HEX | #192518 |
| RGB | rgb(25, 37, 24) |
| HSL | hsl(115, 21%, 12%) |
| CMYK | cmyk(32%, 0%, 35%, 86%) |
| LAB | lab(13.2 -8.6 7.0) |
| LCH | lch(13.2 11.1 140.7) |
| OKLCH | oklch(0.249 0.029 142.7) |
Copy-ready code
/* CSS */
color: #192518;
background-color: #192518;
/* Tailwind (arbitrary) */
class="text-[#192518] bg-[#192518]"
/* SCSS */
$brand: #192518;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.094)
/* Android */
Color.parseColor("#192518")Accessibility — WCAG contrast
Aa
#192518 on white: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192518 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue9.4%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow35.1%
Key (black)85.5%
Color previews
#192518 text on a black background
contrast 1.32:1
Card sample
#192518 text on a white background
contrast 15.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192518;
Background color
Panel with #192518 background
background-color: #192518;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192518;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192518; background: linear-gradient(135deg, #192518, #182520);