Love Goddess
#cd0d0d
Love Goddess is a color with the hex code #cd0d0d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cd0d0d | |
|---|---|---|
| RGB | rgb(205, 13, 13) | |
| HSL | hsl(0, 88%, 43%) | |
| CMYK | cmyk(0%, 94%, 94%, 20%) | |
| LAB | lab(44, 67, 55) | |
| OKLCH | oklch(0.54 0.215 29) |
Color harmonies
Tints & shades
Code snippets
color: #cd0d0d;
background-color: #cd0d0d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCD0D0D)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.05, blue: 0.05, alpha: 1.0)