Sriracha
#f56961
Sriracha is a color with the hex code #f56961. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f56961 | |
|---|---|---|
| RGB | rgb(245, 105, 97) | |
| HSL | hsl(3, 88%, 67%) | |
| CMYK | cmyk(0%, 57%, 60%, 4%) | |
| LAB | lab(63, 54, 33) | |
| OKLCH | oklch(0.69 0.174 26) |
Color harmonies
Tints & shades
Code snippets
color: #f56961;
background-color: #f56961;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF56961)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.41, blue: 0.38, alpha: 1.0)