Bloodlust
#6b1c1a
Looking for the precise values behind Bloodlust (#6b1c1a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6b1c1a | |
|---|---|---|
| RGB | rgb(107, 28, 26) | |
| HSL | hsl(1, 61%, 26%) | |
| CMYK | cmyk(0%, 74%, 76%, 58%) | |
| LAB | lab(24, 35, 23) | |
| OKLCH | oklch(0.36 0.112 26) |
Color harmonies
Tints & shades
Code snippets
color: #6b1c1a;
background-color: #6b1c1a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6B1C1A)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.11, blue: 0.10, alpha: 1.0)