Shrimp Toast
#f7c5a0
Looking for the precise values behind Shrimp Toast (#f7c5a0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7c5a0 | |
|---|---|---|
| RGB | rgb(247, 197, 160) | |
| HSL | hsl(26, 84%, 80%) | |
| CMYK | cmyk(0%, 20%, 35%, 3%) | |
| LAB | lab(83, 15, 26) | |
| OKLCH | oklch(0.86 0.075 58) |
Color harmonies
Tints & shades
Code snippets
color: #f7c5a0;
background-color: #f7c5a0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7C5A0)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.77, blue: 0.63, alpha: 1.0)