Festive Bordeaux
#6e0f12
Looking for the precise values behind Festive Bordeaux (#6e0f12)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6e0f12 | |
|---|---|---|
| RGB | rgb(110, 15, 18) | |
| HSL | hsl(358, 76%, 25%) | |
| CMYK | cmyk(0%, 86%, 84%, 57%) | |
| LAB | lab(23, 40, 27) | |
| OKLCH | oklch(0.35 0.128 26) |
Color harmonies
Tints & shades
Code snippets
color: #6e0f12;
background-color: #6e0f12;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6E0F12)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.06, blue: 0.07, alpha: 1.0)