Dragon’s Blood
#b84048
Looking for the precise values behind Dragon’s Blood (#b84048)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b84048 | |
|---|---|---|
| RGB | rgb(184, 64, 72) | |
| HSL | hsl(356, 48%, 49%) | |
| CMYK | cmyk(0%, 65%, 61%, 28%) | |
| LAB | lab(45, 50, 23) | |
| OKLCH | oklch(0.54 0.155 20) |
Color harmonies
Tints & shades
Code snippets
color: #b84048;
background-color: #b84048;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB84048)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.25, blue: 0.28, alpha: 1.0)