Cosmic Red
#da244b
Cosmic Red is a color with the hex code #da244b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #da244b | |
|---|---|---|
| RGB | rgb(218, 36, 75) | |
| HSL | hsl(347, 72%, 50%) | |
| CMYK | cmyk(0%, 83%, 66%, 15%) | |
| LAB | lab(49, 69, 27) | |
| OKLCH | oklch(0.58 0.212 17) |
Color harmonies
Tints & shades
Code snippets
color: #da244b;
background-color: #da244b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFDA244B)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.14, blue: 0.29, alpha: 1.0)