#08037c
a deep, electric blue · warm · closest name: navy
RGB
8, 3, 124
HSL
243°, 95%, 25%
CMYK
94, 98, 0, 51
Luminance
0.0157
Every format
| HEX | #08037c |
| RGB | rgb(8, 3, 124) |
| HSL | hsl(243, 95%, 25%) |
| CMYK | cmyk(94%, 98%, 0%, 51%) |
| LAB | lab(13.1 45.3 -62.0) |
| LCH | lch(13.1 76.8 306.1) |
| OKLCH | oklch(0.271 0.179 266.6) |
Copy-ready code
/* CSS */
color: #08037c;
background-color: #08037c;
/* Tailwind (arbitrary) */
class="text-[#08037c] bg-[#08037c]"
/* SCSS */
$brand: #08037c;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.486)
/* Android */
Color.parseColor("#08037c")Accessibility — WCAG contrast
Aa
#08037c on white: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08037c on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue48.6%
CMYK percentages
Cyan93.5%
Magenta97.6%
Yellow0.0%
Key (black)51.4%
Color previews
#08037c text on a black background
contrast 1.31:1
Card sample
#08037c text on a white background
contrast 15.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08037c;
Background color
Panel with #08037c background
background-color: #08037c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08037c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08037c; background: linear-gradient(135deg, #08037c, #59037C);