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