#08095c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 9, 92
HSL
239°, 84%, 20%
CMYK
91, 90, 0, 64
Luminance
0.0102
Every format
| HEX | #08095c |
| RGB | rgb(8, 9, 92) |
| HSL | hsl(239, 84%, 20%) |
| CMYK | cmyk(91%, 90%, 0%, 64%) |
| LAB | lab(9.2 32.5 -47.5) |
| LCH | lch(9.2 57.6 304.4) |
| OKLCH | oklch(0.231 0.138 268.3) |
Copy-ready code
/* CSS */
color: #08095c;
background-color: #08095c;
/* Tailwind (arbitrary) */
class="text-[#08095c] bg-[#08095c]"
/* SCSS */
$brand: #08095c;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.361)
/* Android */
Color.parseColor("#08095c")Accessibility — WCAG contrast
Aa
#08095c on white: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08095c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue36.1%
CMYK percentages
Cyan91.3%
Magenta90.2%
Yellow0.0%
Key (black)63.9%
Color previews
#08095c text on a black background
contrast 1.20:1
Card sample
#08095c text on a white background
contrast 17.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08095c;
Background color
Panel with #08095c background
background-color: #08095c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08095c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08095c; background: linear-gradient(135deg, #08095c, #3F085C);