#0a190f
a deep, soft green · cool · closest name: black
RGB
10, 25, 15
HSL
140°, 43%, 7%
CMYK
60, 0, 40, 90
Luminance
0.0079
Every format
| HEX | #0a190f |
| RGB | rgb(10, 25, 15) |
| HSL | hsl(140, 43%, 7%) |
| CMYK | cmyk(60%, 0%, 40%, 90%) |
| LAB | lab(7.2 -8.0 4.1) |
| LCH | lch(7.2 9.0 152.7) |
| OKLCH | oklch(0.196 0.029 153.7) |
Copy-ready code
/* CSS */
color: #0a190f;
background-color: #0a190f;
/* Tailwind (arbitrary) */
class="text-[#0a190f] bg-[#0a190f]"
/* SCSS */
$brand: #0a190f;
/* SwiftUI */
Color(red: 0.039, green: 0.098, blue: 0.059)
/* Android */
Color.parseColor("#0a190f")Accessibility — WCAG contrast
Aa
#0a190f on white: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a190f on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green9.8%
Blue5.9%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow40.0%
Key (black)90.2%
Color previews
#0a190f text on a black background
contrast 1.16:1
Card sample
#0a190f text on a white background
contrast 18.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a190f;
Background color
Panel with #0a190f background
background-color: #0a190f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a190f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 25, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 25, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a190f; background: linear-gradient(135deg, #0a190f, #0A1919);