#050acf
a dark, electric blue · warm · closest name: blue
RGB
5, 10, 207
HSL
239°, 95%, 42%
CMYK
98, 95, 0, 19
Luminance
0.0475
Every format
| HEX | #050acf |
| RGB | rgb(5, 10, 207) |
| HSL | hsl(239, 95%, 42%) |
| CMYK | cmyk(98%, 95%, 0%, 19%) |
| LAB | lab(26.0 65.7 -90.9) |
| LCH | lch(26.0 112.2 305.8) |
| OKLCH | oklch(0.392 0.264 264.6) |
Copy-ready code
/* CSS */
color: #050acf;
background-color: #050acf;
/* Tailwind (arbitrary) */
class="text-[#050acf] bg-[#050acf]"
/* SCSS */
$brand: #050acf;
/* SwiftUI */
Color(red: 0.020, green: 0.039, blue: 0.812)
/* Android */
Color.parseColor("#050acf")Accessibility — WCAG contrast
Aa
#050acf on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050acf on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green3.9%
Blue81.2%
CMYK percentages
Cyan97.6%
Magenta95.2%
Yellow0.0%
Key (black)18.8%
Color previews
#050acf text on a black background
contrast 1.95:1
Card sample
#050acf text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050acf;
Background color
Panel with #050acf background
background-color: #050acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 10, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 10, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050acf; background: linear-gradient(135deg, #050acf, #8705CF);