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