#08036f
a deep, electric blue · warm · closest name: navy
RGB
8, 3, 111
HSL
243°, 95%, 22%
CMYK
93, 97, 0, 57
Luminance
0.0126
Every format
| HEX | #08036f |
| RGB | rgb(8, 3, 111) |
| HSL | hsl(243, 95%, 22%) |
| CMYK | cmyk(93%, 97%, 0%, 57%) |
| LAB | lab(11.0 41.6 -57.0) |
| LCH | lch(11.0 70.5 306.1) |
| OKLCH | oklch(0.252 0.165 267.2) |
Copy-ready code
/* CSS */
color: #08036f;
background-color: #08036f;
/* Tailwind (arbitrary) */
class="text-[#08036f] bg-[#08036f]"
/* SCSS */
$brand: #08036f;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.435)
/* Android */
Color.parseColor("#08036f")Accessibility — WCAG contrast
Aa
#08036f on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08036f on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue43.5%
CMYK percentages
Cyan92.8%
Magenta97.3%
Yellow0.0%
Key (black)56.5%
Color previews
#08036f text on a black background
contrast 1.25:1
Card sample
#08036f text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08036f;
Background color
Panel with #08036f background
background-color: #08036f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08036f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08036f; background: linear-gradient(135deg, #08036f, #50036F);