Cranberry
#9e003a
Looking for the precise values behind Cranberry (#9e003a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9e003a | |
|---|---|---|
| RGB | rgb(158, 0, 58) | |
| HSL | hsl(338, 100%, 31%) | |
| CMYK | cmyk(0%, 100%, 63%, 38%) | |
| LAB | lab(34, 58, 16) | |
| OKLCH | oklch(0.45 0.178 12) |
Color harmonies
Tints & shades
Code snippets
color: #9e003a;
background-color: #9e003a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9E003A)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.00, blue: 0.23, alpha: 1.0)