#08083f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 8, 63
HSL
240°, 78%, 14%
CMYK
87, 87, 0, 75
Luminance
0.0058
Every format
| HEX | #08083f |
| RGB | rgb(8, 8, 63) |
| HSL | hsl(240, 78%, 14%) |
| CMYK | cmyk(87%, 87%, 0%, 75%) |
| LAB | lab(5.3 20.8 -33.8) |
| LCH | lch(5.3 39.7 301.7) |
| OKLCH | oklch(0.190 0.100 271.7) |
Copy-ready code
/* CSS */
color: #08083f;
background-color: #08083f;
/* Tailwind (arbitrary) */
class="text-[#08083f] bg-[#08083f]"
/* SCSS */
$brand: #08083f;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.247)
/* Android */
Color.parseColor("#08083f")Accessibility — WCAG contrast
Aa
#08083f on white: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08083f on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta87.3%
Yellow0.0%
Key (black)75.3%
Color previews
#08083f text on a black background
contrast 1.12:1
Card sample
#08083f text on a white background
contrast 18.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08083f;
Background color
Panel with #08083f background
background-color: #08083f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08083f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08083f; background: linear-gradient(135deg, #08083f, #2D083F);