Beefy Pink
#debeef
Beefy Pink is a color with the hex code #debeef. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #debeef | |
|---|---|---|
| RGB | rgb(222, 190, 239) | |
| HSL | hsl(279, 60%, 84%) | |
| CMYK | cmyk(7%, 21%, 0%, 6%) | |
| LAB | lab(81, 18, -20) | |
| OKLCH | oklch(0.84 0.075 314) |
Color harmonies
Tints & shades
Code snippets
color: #debeef;
background-color: #debeef;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFDEBEEF)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.75, blue: 0.94, alpha: 1.0)