The End
#2a2a2a
The End is a color with the hex code #2a2a2a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #2a2a2a | |
|---|---|---|
| RGB | rgb(42, 42, 42) | |
| HSL | hsl(0, 0%, 16%) | |
| CMYK | cmyk(0%, 0%, 0%, 84%) | |
| LAB | lab(17, 0, 0) | |
| OKLCH | oklch(0.29 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #2a2a2a;
background-color: #2a2a2a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2A2A2A)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.16, blue: 0.16, alpha: 1.0)