#050d33
a deep, electric blue · warm · closest name: black
RGB
5, 13, 51
HSL
230°, 82%, 11%
CMYK
90, 75, 0, 80
Luminance
0.0056
Every format
| HEX | #050d33 |
| RGB | rgb(5, 13, 51) |
| HSL | hsl(230, 82%, 11%) |
| CMYK | cmyk(90%, 75%, 0%, 80%) |
| LAB | lab(5.0 11.2 -25.4) |
| LCH | lch(5.0 27.8 293.7) |
| OKLCH | oklch(0.183 0.076 267.6) |
Copy-ready code
/* CSS */
color: #050d33;
background-color: #050d33;
/* Tailwind (arbitrary) */
class="text-[#050d33] bg-[#050d33]"
/* SCSS */
$brand: #050d33;
/* SwiftUI */
Color(red: 0.020, green: 0.051, blue: 0.200)
/* Android */
Color.parseColor("#050d33")Accessibility — WCAG contrast
Aa
#050d33 on white: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050d33 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green5.1%
Blue20.0%
CMYK percentages
Cyan90.2%
Magenta74.5%
Yellow0.0%
Key (black)80.0%
Color previews
#050d33 text on a black background
contrast 1.11:1
Card sample
#050d33 text on a white background
contrast 18.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050d33;
Background color
Panel with #050d33 background
background-color: #050d33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050d33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 13, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 13, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050d33; background: linear-gradient(135deg, #050d33, #1C0533);