Toreador
#cd123f
Toreador is a color with the hex code #cd123f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cd123f | |
|---|---|---|
| RGB | rgb(205, 18, 63) | |
| HSL | hsl(346, 84%, 44%) | |
| CMYK | cmyk(0%, 91%, 69%, 20%) | |
| LAB | lab(45, 68, 29) | |
| OKLCH | oklch(0.54 0.21 18) |
Color harmonies
Tints & shades
Code snippets
color: #cd123f;
background-color: #cd123f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCD123F)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.07, blue: 0.25, alpha: 1.0)