#08063f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 63
HSL
242°, 83%, 14%
CMYK
87, 91, 0, 75
Luminance
0.0054
Every format
| HEX | #08063f |
| RGB | rgb(8, 6, 63) |
| HSL | hsl(242, 83%, 14%) |
| CMYK | cmyk(87%, 91%, 0%, 75%) |
| LAB | lab(4.9 21.8 -34.4) |
| LCH | lch(4.9 40.7 302.3) |
| OKLCH | oklch(0.186 0.102 272.2) |
Copy-ready code
/* CSS */
color: #08063f;
background-color: #08063f;
/* Tailwind (arbitrary) */
class="text-[#08063f] bg-[#08063f]"
/* SCSS */
$brand: #08063f;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.247)
/* Android */
Color.parseColor("#08063f")Accessibility — WCAG contrast
Aa
#08063f on white: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08063f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta90.5%
Yellow0.0%
Key (black)75.3%
Color previews
#08063f text on a black background
contrast 1.11:1
Card sample
#08063f text on a white background
contrast 18.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08063f;
Background color
Panel with #08063f background
background-color: #08063f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08063f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08063f; background: linear-gradient(135deg, #08063f, #2E063F);