Snake Fruit
#db2217
Here's everything about the color Snake Fruit (#db2217) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #db2217 | |
|---|---|---|
| RGB | rgb(219, 34, 23) | |
| HSL | hsl(3, 81%, 47%) | |
| CMYK | cmyk(0%, 84%, 89%, 14%) | |
| LAB | lab(48, 68, 55) | |
| OKLCH | oklch(0.57 0.218 29) |
Color harmonies
Tints & shades
Code snippets
color: #db2217;
background-color: #db2217;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDB2217)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.13, blue: 0.09, alpha: 1.0)