#0c0f02
a deep, electric green · cool · closest name: black
RGB
12, 15, 2
HSL
74°, 77%, 3%
CMYK
20, 0, 87, 94
Luminance
0.0042
Every format
| HEX | #0c0f02 |
| RGB | rgb(12, 15, 2) |
| HSL | hsl(74, 77%, 3%) |
| CMYK | cmyk(20%, 0%, 87%, 94%) |
| LAB | lab(3.8 -2.9 4.9) |
| LCH | lch(3.8 5.7 120.4) |
| OKLCH | oklch(0.160 0.030 118.6) |
Copy-ready code
/* CSS */
color: #0c0f02;
background-color: #0c0f02;
/* Tailwind (arbitrary) */
class="text-[#0c0f02] bg-[#0c0f02]"
/* SCSS */
$brand: #0c0f02;
/* SwiftUI */
Color(red: 0.047, green: 0.059, blue: 0.008)
/* Android */
Color.parseColor("#0c0f02")Accessibility — WCAG contrast
Aa
#0c0f02 on white: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c0f02 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green5.9%
Blue0.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow86.7%
Key (black)94.1%
Color previews
#0c0f02 text on a black background
contrast 1.08:1
Card sample
#0c0f02 text on a white background
contrast 19.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c0f02;
Background color
Panel with #0c0f02 background
background-color: #0c0f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c0f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 15, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 15, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c0f02; background: linear-gradient(135deg, #0c0f02, #030F02);