#030c0a
a deep, vivid cyan · cool · closest name: black
RGB
3, 12, 10
HSL
167°, 60%, 3%
CMYK
75, 0, 17, 95
Luminance
0.0030
Every format
| HEX | #030c0a |
| RGB | rgb(3, 12, 10) |
| HSL | hsl(167, 60%, 3%) |
| CMYK | cmyk(75%, 0%, 17%, 95%) |
| LAB | lab(2.8 -2.7 -0.0) |
| LCH | lch(2.8 2.7 180.9) |
| OKLCH | oklch(0.143 0.017 181.0) |
Copy-ready code
/* CSS */
color: #030c0a;
background-color: #030c0a;
/* Tailwind (arbitrary) */
class="text-[#030c0a] bg-[#030c0a]"
/* SCSS */
$brand: #030c0a;
/* SwiftUI */
Color(red: 0.012, green: 0.047, blue: 0.039)
/* Android */
Color.parseColor("#030c0a")Accessibility — WCAG contrast
Aa
#030c0a on white: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030c0a on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green4.7%
Blue3.9%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow16.7%
Key (black)95.3%
Color previews
#030c0a text on a black background
contrast 1.06:1
Card sample
#030c0a text on a white background
contrast 19.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030c0a;
Background color
Panel with #030c0a background
background-color: #030c0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030c0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 12, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 12, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030c0a; background: linear-gradient(135deg, #030c0a, #03080C);