#191f0f
a deep, soft green · cool · closest name: black
RGB
25, 31, 15
HSL
83°, 35%, 9%
CMYK
19, 0, 52, 88
Luminance
0.0122
Every format
| HEX | #191f0f |
| RGB | rgb(25, 31, 15) |
| HSL | hsl(83, 35%, 9%) |
| CMYK | cmyk(19%, 0%, 52%, 88%) |
| LAB | lab(10.7 -6.4 9.4) |
| LCH | lch(10.7 11.4 124.4) |
| OKLCH | oklch(0.228 0.030 125.5) |
Copy-ready code
/* CSS */
color: #191f0f;
background-color: #191f0f;
/* Tailwind (arbitrary) */
class="text-[#191f0f] bg-[#191f0f]"
/* SCSS */
$brand: #191f0f;
/* SwiftUI */
Color(red: 0.098, green: 0.122, blue: 0.059)
/* Android */
Color.parseColor("#191f0f")Accessibility — WCAG contrast
Aa
#191f0f on white: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191f0f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green12.2%
Blue5.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow51.6%
Key (black)87.8%
Color previews
#191f0f text on a black background
contrast 1.24:1
Card sample
#191f0f text on a white background
contrast 16.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191f0f;
Background color
Panel with #191f0f background
background-color: #191f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 31, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 31, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191f0f; background: linear-gradient(135deg, #191f0f, #0F1F10);