#08006d
a deep, electric blue · warm · closest name: navy
RGB
8, 0, 109
HSL
244°, 100%, 21%
CMYK
93, 100, 0, 57
Luminance
0.0116
Every format
| HEX | #08006d |
| RGB | rgb(8, 0, 109) |
| HSL | hsl(244, 100%, 21%) |
| CMYK | cmyk(93%, 100%, 0%, 57%) |
| LAB | lab(10.2 42.5 -57.0) |
| LCH | lch(10.2 71.1 306.7) |
| OKLCH | oklch(0.245 0.165 267.4) |
Copy-ready code
/* CSS */
color: #08006d;
background-color: #08006d;
/* Tailwind (arbitrary) */
class="text-[#08006d] bg-[#08006d]"
/* SCSS */
$brand: #08006d;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.427)
/* Android */
Color.parseColor("#08006d")Accessibility — WCAG contrast
Aa
#08006d on white: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08006d on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue42.7%
CMYK percentages
Cyan92.7%
Magenta100.0%
Yellow0.0%
Key (black)57.3%
Color previews
#08006d text on a black background
contrast 1.23:1
Card sample
#08006d text on a white background
contrast 17.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08006d;
Background color
Panel with #08006d background
background-color: #08006d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08006d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08006d; background: linear-gradient(135deg, #08006d, #51006D);