#080430
a deep, electric blue · warm · closest name: black
RGB
8, 4, 48
HSL
246°, 85%, 10%
CMYK
83, 92, 0, 81
Luminance
0.0035
Every format
| HEX | #080430 |
| RGB | rgb(8, 4, 48) |
| HSL | hsl(246, 85%, 10%) |
| CMYK | cmyk(83%, 92%, 0%, 81%) |
| LAB | lab(3.2 14.0 -26.2) |
| LCH | lch(3.2 29.7 298.2) |
| OKLCH | oklch(0.161 0.084 276.7) |
Copy-ready code
/* CSS */
color: #080430;
background-color: #080430;
/* Tailwind (arbitrary) */
class="text-[#080430] bg-[#080430]"
/* SCSS */
$brand: #080430;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#080430")Accessibility — WCAG contrast
Aa
#080430 on white: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080430 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue18.8%
CMYK percentages
Cyan83.3%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#080430 text on a black background
contrast 1.07:1
Card sample
#080430 text on a white background
contrast 19.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080430;
Background color
Panel with #080430 background
background-color: #080430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080430; background: linear-gradient(135deg, #080430, #250430);