Void
#050d25
Here's everything about the color Void (#050d25) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #050d25 | |
|---|---|---|
| RGB | rgb(5, 13, 37) | |
| HSL | hsl(225, 76%, 8%) | |
| CMYK | cmyk(86%, 65%, 0%, 85%) | |
| LAB | lab(4, 3, -17) | |
| OKLCH | oklch(0.17 0.052 266) |
Color harmonies
Tints & shades
Code snippets
color: #050d25;
background-color: #050d25;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF050D25)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.05, blue: 0.15, alpha: 1.0)