#08083a
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 8, 58
HSL
240°, 76%, 13%
CMYK
86, 86, 0, 77
Luminance
0.0053
Every format
| HEX | #08083a |
| RGB | rgb(8, 8, 58) |
| HSL | hsl(240, 76%, 13%) |
| CMYK | cmyk(86%, 86%, 0%, 77%) |
| LAB | lab(4.8 18.1 -30.9) |
| LCH | lch(4.8 35.8 300.3) |
| OKLCH | oklch(0.183 0.092 272.5) |
Copy-ready code
/* CSS */
color: #08083a;
background-color: #08083a;
/* Tailwind (arbitrary) */
class="text-[#08083a] bg-[#08083a]"
/* SCSS */
$brand: #08083a;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.227)
/* Android */
Color.parseColor("#08083a")Accessibility — WCAG contrast
Aa
#08083a on white: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08083a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue22.7%
CMYK percentages
Cyan86.2%
Magenta86.2%
Yellow0.0%
Key (black)77.3%
Color previews
#08083a text on a black background
contrast 1.11:1
Card sample
#08083a text on a white background
contrast 18.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08083a;
Background color
Panel with #08083a background
background-color: #08083a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08083a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08083a; background: linear-gradient(135deg, #08083a, #29083A);