#0a380f
a deep, vivid green · cool · closest name: darkslategray
RGB
10, 56, 15
HSL
127°, 70%, 13%
CMYK
82, 0, 73, 78
Luminance
0.0293
Every format
| HEX | #0a380f |
| RGB | rgb(10, 56, 15) |
| HSL | hsl(127, 70%, 13%) |
| CMYK | cmyk(82%, 0%, 73%, 78%) |
| LAB | lab(19.8 -25.3 20.7) |
| LCH | lch(19.8 32.7 140.6) |
| OKLCH | oklch(0.300 0.084 144.7) |
Copy-ready code
/* CSS */
color: #0a380f;
background-color: #0a380f;
/* Tailwind (arbitrary) */
class="text-[#0a380f] bg-[#0a380f]"
/* SCSS */
$brand: #0a380f;
/* SwiftUI */
Color(red: 0.039, green: 0.220, blue: 0.059)
/* Android */
Color.parseColor("#0a380f")Accessibility — WCAG contrast
Aa
#0a380f on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a380f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green22.0%
Blue5.9%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow73.2%
Key (black)78.0%
Color previews
#0a380f text on a black background
contrast 1.59:1
Card sample
#0a380f text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a380f;
Background color
Panel with #0a380f background
background-color: #0a380f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a380f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 56, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 56, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a380f; background: linear-gradient(135deg, #0a380f, #0A382E);