#08063b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 59
HSL
242°, 82%, 13%
CMYK
86, 90, 0, 77
Luminance
0.0050
Every format
| HEX | #08063b |
| RGB | rgb(8, 6, 59) |
| HSL | hsl(242, 82%, 13%) |
| CMYK | cmyk(86%, 90%, 0%, 77%) |
| LAB | lab(4.5 19.5 -32.1) |
| LCH | lch(4.5 37.6 301.3) |
| OKLCH | oklch(0.180 0.097 273.0) |
Copy-ready code
/* CSS */
color: #08063b;
background-color: #08063b;
/* Tailwind (arbitrary) */
class="text-[#08063b] bg-[#08063b]"
/* SCSS */
$brand: #08063b;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.231)
/* Android */
Color.parseColor("#08063b")Accessibility — WCAG contrast
Aa
#08063b on white: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08063b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue23.1%
CMYK percentages
Cyan86.4%
Magenta89.8%
Yellow0.0%
Key (black)76.9%
Color previews
#08063b text on a black background
contrast 1.10:1
Card sample
#08063b text on a white background
contrast 19.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08063b;
Background color
Panel with #08063b background
background-color: #08063b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08063b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08063b; background: linear-gradient(135deg, #08063b, #2B063B);