Pomodoro
#c30232
Pomodoro is a color with the hex code #c30232. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c30232 | |
|---|---|---|
| RGB | rgb(195, 2, 50) | |
| HSL | hsl(345, 98%, 39%) | |
| CMYK | cmyk(0%, 99%, 74%, 24%) | |
| LAB | lab(42, 67, 33) | |
| OKLCH | oklch(0.52 0.207 20) |
Color harmonies
Tints & shades
Code snippets
color: #c30232;
background-color: #c30232;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC30232)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.01, blue: 0.20, alpha: 1.0)