#090c03
a deep, vivid green · cool · closest name: black
RGB
9, 12, 3
HSL
80°, 60%, 3%
CMYK
25, 0, 75, 95
Luminance
0.0033
Every format
| HEX | #090c03 |
| RGB | rgb(9, 12, 3) |
| HSL | hsl(80, 60%, 3%) |
| CMYK | cmyk(25%, 0%, 75%, 95%) |
| LAB | lab(3.0 -2.1 3.2) |
| LCH | lch(3.0 3.8 123.4) |
| OKLCH | oklch(0.147 0.023 121.4) |
Copy-ready code
/* CSS */
color: #090c03;
background-color: #090c03;
/* Tailwind (arbitrary) */
class="text-[#090c03] bg-[#090c03]"
/* SCSS */
$brand: #090c03;
/* SwiftUI */
Color(red: 0.035, green: 0.047, blue: 0.012)
/* Android */
Color.parseColor("#090c03")Accessibility — WCAG contrast
Aa
#090c03 on white: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090c03 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green4.7%
Blue1.2%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow75.0%
Key (black)95.3%
Color previews
#090c03 text on a black background
contrast 1.07:1
Card sample
#090c03 text on a white background
contrast 19.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090c03;
Background color
Panel with #090c03 background
background-color: #090c03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090c03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 12, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 12, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090c03; background: linear-gradient(135deg, #090c03, #030C03);