#08066f
a deep, electric blue · warm · closest name: navy
RGB
8, 6, 111
HSL
241°, 90%, 23%
CMYK
93, 95, 0, 57
Luminance
0.0133
Every format
| HEX | #08066f |
| RGB | rgb(8, 6, 111) |
| HSL | hsl(241, 90%, 23%) |
| CMYK | cmyk(93%, 95%, 0%, 57%) |
| LAB | lab(11.5 40.2 -56.2) |
| LCH | lch(11.5 69.1 305.5) |
| OKLCH | oklch(0.255 0.163 267.2) |
Copy-ready code
/* CSS */
color: #08066f;
background-color: #08066f;
/* Tailwind (arbitrary) */
class="text-[#08066f] bg-[#08066f]"
/* SCSS */
$brand: #08066f;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.435)
/* Android */
Color.parseColor("#08066f")Accessibility — WCAG contrast
Aa
#08066f on white: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08066f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue43.5%
CMYK percentages
Cyan92.8%
Magenta94.6%
Yellow0.0%
Key (black)56.5%
Color previews
#08066f text on a black background
contrast 1.27:1
Card sample
#08066f text on a white background
contrast 16.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08066f;
Background color
Panel with #08066f background
background-color: #08066f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08066f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08066f; background: linear-gradient(135deg, #08066f, #4E066F);