#08136f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 19, 111
HSL
234°, 87%, 23%
CMYK
93, 83, 0, 57
Luminance
0.0167
Every format
| HEX | #08136f |
| RGB | rgb(8, 19, 111) |
| HSL | hsl(234, 87%, 23%) |
| CMYK | cmyk(93%, 83%, 0%, 57%) |
| LAB | lab(13.6 33.8 -52.7) |
| LCH | lch(13.6 62.6 302.7) |
| OKLCH | oklch(0.270 0.153 266.7) |
Copy-ready code
/* CSS */
color: #08136f;
background-color: #08136f;
/* Tailwind (arbitrary) */
class="text-[#08136f] bg-[#08136f]"
/* SCSS */
$brand: #08136f;
/* SwiftUI */
Color(red: 0.031, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#08136f")Accessibility — WCAG contrast
Aa
#08136f on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08136f on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green7.5%
Blue43.5%
CMYK percentages
Cyan92.8%
Magenta82.9%
Yellow0.0%
Key (black)56.5%
Color previews
#08136f text on a black background
contrast 1.33:1
Card sample
#08136f text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08136f;
Background color
Panel with #08136f background
background-color: #08136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08136f; background: linear-gradient(135deg, #08136f, #42086F);