X Marks the Spot
#e6474a
X Marks the Spot is a color with the hex code #e6474a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e6474a | |
|---|---|---|
| RGB | rgb(230, 71, 74) | |
| HSL | hsl(359, 76%, 59%) | |
| CMYK | cmyk(0%, 69%, 68%, 10%) | |
| LAB | lab(55, 62, 36) | |
| OKLCH | oklch(0.63 0.196 24) |
Color harmonies
Tints & shades
Code snippets
color: #e6474a;
background-color: #e6474a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE6474A)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.28, blue: 0.29, alpha: 1.0)