Methadone
#cc2233
Here's everything about the color Methadone (#cc2233) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc2233 | |
|---|---|---|
| RGB | rgb(204, 34, 51) | |
| HSL | hsl(354, 71%, 47%) | |
| CMYK | cmyk(0%, 83%, 75%, 20%) | |
| LAB | lab(45, 64, 37) | |
| OKLCH | oklch(0.55 0.202 23) |
Color harmonies
Tints & shades
Code snippets
color: #cc2233;
background-color: #cc2233;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC2233)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.13, blue: 0.20, alpha: 1.0)