Darth Vader
#27252a
Darth Vader, represented by the hex value #27252a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #27252a | |
|---|---|---|
| RGB | rgb(39, 37, 42) | |
| HSL | hsl(264, 6%, 15%) | |
| CMYK | cmyk(7%, 12%, 0%, 84%) | |
| LAB | lab(15, 2, -3) | |
| OKLCH | oklch(0.27 0.01 304) |
Color harmonies
Tints & shades
Code snippets
color: #27252a;
background-color: #27252a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF27252A)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.15, blue: 0.16, alpha: 1.0)