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