#092313
a deep, vivid green · cool · closest name: black
RGB
9, 35, 19
HSL
143°, 59%, 9%
CMYK
74, 0, 46, 86
Luminance
0.0131
Every format
| HEX | #092313 |
| RGB | rgb(9, 35, 19) |
| HSL | hsl(143, 59%, 9%) |
| CMYK | cmyk(74%, 0%, 46%, 86%) |
| LAB | lab(11.3 -14.8 7.7) |
| LCH | lch(11.3 16.7 152.4) |
| OKLCH | oklch(0.231 0.045 153.9) |
Copy-ready code
/* CSS */
color: #092313;
background-color: #092313;
/* Tailwind (arbitrary) */
class="text-[#092313] bg-[#092313]"
/* SCSS */
$brand: #092313;
/* SwiftUI */
Color(red: 0.035, green: 0.137, blue: 0.075)
/* Android */
Color.parseColor("#092313")Accessibility — WCAG contrast
Aa
#092313 on white: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092313 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green13.7%
Blue7.5%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow45.7%
Key (black)86.3%
Color previews
#092313 text on a black background
contrast 1.26:1
Card sample
#092313 text on a white background
contrast 16.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092313;
Background color
Panel with #092313 background
background-color: #092313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 35, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 35, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092313; background: linear-gradient(135deg, #092313, #092223);