#08006b
a deep, electric blue · warm · closest name: navy
RGB
8, 0, 107
HSL
245°, 100%, 21%
CMYK
93, 100, 0, 58
Luminance
0.0111
Every format
| HEX | #08006b |
| RGB | rgb(8, 0, 107) |
| HSL | hsl(245, 100%, 21%) |
| CMYK | cmyk(93%, 100%, 0%, 58%) |
| LAB | lab(9.9 41.9 -56.2) |
| LCH | lch(9.9 70.2 306.7) |
| OKLCH | oklch(0.242 0.163 267.5) |
Copy-ready code
/* CSS */
color: #08006b;
background-color: #08006b;
/* Tailwind (arbitrary) */
class="text-[#08006b] bg-[#08006b]"
/* SCSS */
$brand: #08006b;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.420)
/* Android */
Color.parseColor("#08006b")Accessibility — WCAG contrast
Aa
#08006b on white: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08006b on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue42.0%
CMYK percentages
Cyan92.5%
Magenta100.0%
Yellow0.0%
Key (black)58.0%
Color previews
#08006b text on a black background
contrast 1.22:1
Card sample
#08006b text on a white background
contrast 17.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08006b;
Background color
Panel with #08006b background
background-color: #08006b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08006b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08006b; background: linear-gradient(135deg, #08006b, #4F006B);