#08083c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 8, 60
HSL
240°, 77%, 13%
CMYK
87, 87, 0, 77
Luminance
0.0055
Every format
| HEX | #08083c |
| RGB | rgb(8, 8, 60) |
| HSL | hsl(240, 77%, 13%) |
| CMYK | cmyk(87%, 87%, 0%, 77%) |
| LAB | lab(5.0 19.2 -32.1) |
| LCH | lch(5.0 37.4 300.9) |
| OKLCH | oklch(0.186 0.095 272.2) |
Copy-ready code
/* CSS */
color: #08083c;
background-color: #08083c;
/* Tailwind (arbitrary) */
class="text-[#08083c] bg-[#08083c]"
/* SCSS */
$brand: #08083c;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.235)
/* Android */
Color.parseColor("#08083c")Accessibility — WCAG contrast
Aa
#08083c on white: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08083c on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue23.5%
CMYK percentages
Cyan86.7%
Magenta86.7%
Yellow0.0%
Key (black)76.5%
Color previews
#08083c text on a black background
contrast 1.11:1
Card sample
#08083c text on a white background
contrast 18.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08083c;
Background color
Panel with #08083c background
background-color: #08083c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08083c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08083c; background: linear-gradient(135deg, #08083c, #2B083C);