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