Shadow Play
#2d1403
Here's everything about the color Shadow Play (#2d1403) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #2d1403 | |
|---|---|---|
| RGB | rgb(45, 20, 3) | |
| HSL | hsl(24, 88%, 9%) | |
| CMYK | cmyk(0%, 56%, 93%, 82%) | |
| LAB | lab(10, 12, 14) | |
| OKLCH | oklch(0.22 0.05 54) |
Color harmonies
Tints & shades
Code snippets
color: #2d1403;
background-color: #2d1403;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF2D1403)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.08, blue: 0.01, alpha: 1.0)