#030914
a deep, vivid blue · cool · closest name: black
RGB
3, 9, 20
HSL
219°, 74%, 5%
CMYK
85, 55, 0, 92
Luminance
0.0027
Every format
| HEX | #030914 |
| RGB | rgb(3, 9, 20) |
| HSL | hsl(219, 74%, 5%) |
| CMYK | cmyk(85%, 55%, 0%, 92%) |
| LAB | lab(2.4 0.4 -5.9) |
| LCH | lch(2.4 5.9 273.7) |
| OKLCH | oklch(0.139 0.028 255.7) |
Copy-ready code
/* CSS */
color: #030914;
background-color: #030914;
/* Tailwind (arbitrary) */
class="text-[#030914] bg-[#030914]"
/* SCSS */
$brand: #030914;
/* SwiftUI */
Color(red: 0.012, green: 0.035, blue: 0.078)
/* Android */
Color.parseColor("#030914")Accessibility — WCAG contrast
Aa
#030914 on white: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030914 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green3.5%
Blue7.8%
CMYK percentages
Cyan85.0%
Magenta55.0%
Yellow0.0%
Key (black)92.2%
Color previews
#030914 text on a black background
contrast 1.05:1
Card sample
#030914 text on a white background
contrast 19.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030914;
Background color
Panel with #030914 background
background-color: #030914;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030914;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 9, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 9, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030914; background: linear-gradient(135deg, #030914, #080314);