Umbra
#211e1f
Here's everything about the color Umbra (#211e1f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #211e1f | |
|---|---|---|
| RGB | rgb(33, 30, 31) | |
| HSL | hsl(340, 5%, 12%) | |
| CMYK | cmyk(0%, 9%, 6%, 87%) | |
| LAB | lab(12, 2, 0) | |
| OKLCH | oklch(0.24 0.005 355) |
Color harmonies
Tints & shades
Code snippets
color: #211e1f;
background-color: #211e1f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF211E1F)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.12, blue: 0.12, alpha: 1.0)