#0502ac
a dark, electric blue · warm · closest name: navy
RGB
5, 2, 172
HSL
241°, 98%, 34%
CMYK
97, 99, 0, 33
Luminance
0.0305
Every format
| HEX | #0502ac |
| RGB | rgb(5, 2, 172) |
| HSL | hsl(241, 98%, 34%) |
| CMYK | cmyk(97%, 99%, 0%, 33%) |
| LAB | lab(20.3 58.5 -79.8) |
| LCH | lch(20.3 98.9 306.2) |
| OKLCH | oklch(0.339 0.231 264.9) |
Copy-ready code
/* CSS */
color: #0502ac;
background-color: #0502ac;
/* Tailwind (arbitrary) */
class="text-[#0502ac] bg-[#0502ac]"
/* SCSS */
$brand: #0502ac;
/* SwiftUI */
Color(red: 0.020, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#0502ac")Accessibility — WCAG contrast
Aa
#0502ac on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0502ac on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green0.8%
Blue67.5%
CMYK percentages
Cyan97.1%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#0502ac text on a black background
contrast 1.61:1
Card sample
#0502ac text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0502ac;
Background color
Panel with #0502ac background
background-color: #0502ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0502ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0502ac; background: linear-gradient(135deg, #0502ac, #7602AC);