#030f02
a deep, electric green · cool · closest name: black
RGB
3, 15, 2
HSL
115°, 77%, 3%
CMYK
80, 0, 87, 94
Luminance
0.0037
Every format
| HEX | #030f02 |
| RGB | rgb(3, 15, 2) |
| HSL | hsl(115, 77%, 3%) |
| CMYK | cmyk(80%, 0%, 87%, 94%) |
| LAB | lab(3.3 -5.2 4.0) |
| LCH | lch(3.3 6.6 142.4) |
| OKLCH | oklch(0.150 0.038 141.1) |
Copy-ready code
/* CSS */
color: #030f02;
background-color: #030f02;
/* Tailwind (arbitrary) */
class="text-[#030f02] bg-[#030f02]"
/* SCSS */
$brand: #030f02;
/* SwiftUI */
Color(red: 0.012, green: 0.059, blue: 0.008)
/* Android */
Color.parseColor("#030f02")Accessibility — WCAG contrast
Aa
#030f02 on white: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030f02 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green5.9%
Blue0.8%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow86.7%
Key (black)94.1%
Color previews
#030f02 text on a black background
contrast 1.07:1
Card sample
#030f02 text on a white background
contrast 19.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030f02;
Background color
Panel with #030f02 background
background-color: #030f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 15, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 15, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030f02; background: linear-gradient(135deg, #030f02, #020F0A);