#000330
a deep, electric blue · warm · closest name: black
RGB
0, 3, 48
HSL
236°, 100%, 9%
CMYK
100, 94, 0, 81
Luminance
0.0028
Every format
| HEX | #000330 |
| RGB | rgb(0, 3, 48) |
| HSL | hsl(236, 100%, 9%) |
| CMYK | cmyk(100%, 94%, 0%, 81%) |
| LAB | lab(2.5 12.3 -27.3) |
| LCH | lch(2.5 29.9 294.4) |
| OKLCH | oklch(0.149 0.090 264.1) |
Copy-ready code
/* CSS */
color: #000330;
background-color: #000330;
/* Tailwind (arbitrary) */
class="text-[#000330] bg-[#000330]"
/* SCSS */
$brand: #000330;
/* SwiftUI */
Color(red: 0.000, green: 0.012, blue: 0.188)
/* Android */
Color.parseColor("#000330")Accessibility — WCAG contrast
Aa
#000330 on white: 19.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000330 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green1.2%
Blue18.8%
CMYK percentages
Cyan100.0%
Magenta93.8%
Yellow0.0%
Key (black)81.2%
Color previews
#000330 text on a black background
contrast 1.06:1
Card sample
#000330 text on a white background
contrast 19.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000330;
Background color
Panel with #000330 background
background-color: #000330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 3, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 3, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000330; background: linear-gradient(135deg, #000330, #1D0030);