#08196f
a deep, electric blue · warm · “midnightblue”
RGB
8, 25, 111
HSL
230°, 87%, 23%
CMYK
93, 78, 0, 57
Luminance
0.0189
Every format
| HEX | #08196f |
| RGB | rgb(8, 25, 111) |
| HSL | hsl(230, 87%, 23%) |
| CMYK | cmyk(93%, 78%, 0%, 57%) |
| LAB | lab(14.9 30.1 -50.5) |
| LCH | lch(14.9 58.8 300.8) |
| OKLCH | oklch(0.279 0.147 266.1) |
Copy-ready code
/* CSS */
color: #08196f;
background-color: #08196f;
/* Tailwind (arbitrary) */
class="text-[#08196f] bg-[#08196f]"
/* SCSS */
$brand: #08196f;
/* SwiftUI */
Color(red: 0.031, green: 0.098, blue: 0.435)
/* Android */
Color.parseColor("#08196f")Accessibility — WCAG contrast
Aa
#08196f on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08196f on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.8%
Blue43.5%
CMYK percentages
Cyan92.8%
Magenta77.5%
Yellow0.0%
Key (black)56.5%
Color previews
#08196f text on a black background
contrast 1.38:1
Card sample
#08196f text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08196f;
Background color
Panel with #08196f background
background-color: #08196f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08196f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 25, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 25, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08196f; background: linear-gradient(135deg, #08196f, #3C086F);