Xmas Candy
#990020
Looking for the precise values behind Xmas Candy (#990020)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #990020 | |
|---|---|---|
| RGB | rgb(153, 0, 32) | |
| HSL | hsl(347, 100%, 30%) | |
| CMYK | cmyk(0%, 100%, 79%, 40%) | |
| LAB | lab(32, 56, 31) | |
| OKLCH | oklch(0.43 0.174 22) |
Color harmonies
Tints & shades
Code snippets
color: #990020;
background-color: #990020;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF990020)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.00, blue: 0.13, alpha: 1.0)