#08035c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 3, 92
HSL
243°, 94%, 19%
CMYK
91, 97, 0, 64
Luminance
0.0089
Every format
| HEX | #08035c |
| RGB | rgb(8, 3, 92) |
| HSL | hsl(243, 94%, 19%) |
| CMYK | cmyk(91%, 97%, 0%, 64%) |
| LAB | lab(8.0 35.9 -49.4) |
| LCH | lch(8.0 61.0 306.0) |
| OKLCH | oklch(0.223 0.143 268.6) |
Copy-ready code
/* CSS */
color: #08035c;
background-color: #08035c;
/* Tailwind (arbitrary) */
class="text-[#08035c] bg-[#08035c]"
/* SCSS */
$brand: #08035c;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.361)
/* Android */
Color.parseColor("#08035c")Accessibility — WCAG contrast
Aa
#08035c on white: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08035c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue36.1%
CMYK percentages
Cyan91.3%
Magenta96.7%
Yellow0.0%
Key (black)63.9%
Color previews
#08035c text on a black background
contrast 1.18:1
Card sample
#08035c text on a white background
contrast 17.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08035c;
Background color
Panel with #08035c background
background-color: #08035c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08035c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08035c; background: linear-gradient(135deg, #08035c, #43035C);