Beetroot Purple
#d33376
Looking for the precise values behind Beetroot Purple (#d33376)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d33376 | |
|---|---|---|
| RGB | rgb(211, 51, 118) | |
| HSL | hsl(335, 65%, 51%) | |
| CMYK | cmyk(0%, 76%, 44%, 17%) | |
| LAB | lab(49, 65, 2) | |
| OKLCH | oklch(0.59 0.201 1) |
Color harmonies
Tints & shades
Code snippets
color: #d33376;
background-color: #d33376;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD33376)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.20, blue: 0.46, alpha: 1.0)