#0502cc
a dark, electric blue · warm · closest name: blue
RGB
5, 2, 204
HSL
241°, 98%, 40%
CMYK
98, 99, 0, 20
Luminance
0.0444
Every format
| HEX | #0502cc |
| RGB | rgb(5, 2, 204) |
| HSL | hsl(241, 98%, 40%) |
| CMYK | cmyk(98%, 99%, 0%, 20%) |
| LAB | lab(25.1 66.5 -90.8) |
| LCH | lch(25.1 112.5 306.2) |
| OKLCH | oklch(0.384 0.263 264.6) |
Copy-ready code
/* CSS */
color: #0502cc;
background-color: #0502cc;
/* Tailwind (arbitrary) */
class="text-[#0502cc] bg-[#0502cc]"
/* SCSS */
$brand: #0502cc;
/* SwiftUI */
Color(red: 0.020, green: 0.008, blue: 0.800)
/* Android */
Color.parseColor("#0502cc")Accessibility — WCAG contrast
Aa
#0502cc on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0502cc on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green0.8%
Blue80.0%
CMYK percentages
Cyan97.5%
Magenta99.0%
Yellow0.0%
Key (black)20.0%
Color previews
#0502cc text on a black background
contrast 1.89:1
Card sample
#0502cc text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0502cc;
Background color
Panel with #0502cc background
background-color: #0502cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0502cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 2, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 2, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0502cc; background: linear-gradient(135deg, #0502cc, #8C02CC);